This repository was archived by the owner on Feb 18, 2022. It is now read-only.
Commit 795a0d2
committed
Invalid date pickup for locale date format
If language local date format has different order like standard
"English", then selection in popup calendar get invalid date. For
example, Czech or Slovak date format start with day number (dd.MM.yy).
If date format not start with month number, then new Date() parse
invalid date or if day number is not bigger then 12, switch day and
month1 parent 130d321 commit 795a0d2
1 file changed
+36
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
279 | 314 | | |
280 | 315 | | |
281 | 316 | | |
| |||
618 | 653 | | |
619 | 654 | | |
620 | 655 | | |
621 | | - | |
622 | 656 | | |
623 | | - | |
| 657 | + | |
624 | 658 | | |
625 | 659 | | |
626 | 660 | | |
| |||
0 commit comments