dateparse icon indicating copy to clipboard operation
dateparse copied to clipboard

Better support for dot-format (e.g. 13.1.2009) with ambiguousMMDD

Open skius opened this issue 6 years ago • 0 comments

While the dot format is currently supported for MM.DD.YYYY, this format does not set the ambiguousMMDD flag. This leads to issues mainly in fixes for #28 (such as #89), where ambiguousMMDD needs to be set.

The way I see it, ambiguousMMDD needs to be set for all ambiguous date formats (regardless the separator).

(FWIW, I'm pretty sure the dot separator is mostly used in DD.MM.YY[YY] formats anyway.)

skius avatar Aug 24 '19 16:08 skius