WhatSock / apex

Apex 4X: The Comprehensive ARIA Development Suite
MIT License
28 stars 10 forks source link

Fix datepicker date parsing for day-first dates #32

Closed timrittgers closed 2 years ago

timrittgers commented 2 years ago

This change allows datepicker to correctly parse day-first date formats from the input

accdc commented 2 years ago

Thank you! :)

accdc commented 2 years ago

Needed to temporarily revert due to errors, but will see what the problem is on my end.

accdc commented 2 years ago

Got it, looks like the problem is that uglify-js chokes on ES6 formatting, so I changed the code to use the cross-browser compatible syntax instead. Just pushed it live, so please check the latest repo code to verify.