Parses a date input value (YYYY-MM-DD format) to a Date using local components.
Avoids timezone issues by constructing Date with local date components.
parseDateInputValue(value:null|string):null|Date
Parameters
value: null|string
Date string in YYYY-MM-DD format (or empty string)
Parses a date input value (YYYY-MM-DD format) to a Date using local components. Avoids timezone issues by constructing Date with local date components.