Optional
emptyValue to return if the text was only an empty string (after trimming) Defaults to ''. Can be any string or null
Determines the culture specific order for year, month and day parts. Always define a 3 character string with these characters: 'y', 'm', 'd'. Always requires a value.
String separating each of the date groups in the short date pattern. The "/" in mm/dd/yyyy. Requires a value.
Optional
twoGets or sets the last year of a 100-year range that can be represented by a 2-digit year. If the year is less than or equal to this number, it adds 2000. If the year is greater to this number, it adds 1900. For example, a value of 29 means 0..29-> 2000 - 2029; 30..99 -> 1930 - 1999 If not assigned, it uses 29.
Generated using TypeDoc v0.25.12
Options for DatePatternParsers.