YYYY-MM-DD and DD-MM-YYYY would be appreciated.
Feature request: add option to change date format easily.
Personally, I find it very hard to intuitively understand MM/DD/YYYY, and always use the ISO standard (YYYY-MM-DD) as I find it more logical (for one thing, it goes from the smallest unit to the largest).
So, I'd like to suggest adding an option to support ISO formatting. Alternatively, it may be a good idea to give the user the option to customize a strftime()-style formatting string. (See here). I know this may be difficult to do in javascript tho.
Most helpful comment
Feature request: add option to change date format easily.
Personally, I find it very hard to intuitively understand MM/DD/YYYY, and always use the ISO standard (YYYY-MM-DD) as I find it more logical (for one thing, it goes from the smallest unit to the largest).
So, I'd like to suggest adding an option to support ISO formatting. Alternatively, it may be a good idea to give the user the option to customize a
strftime()-style formatting string. (See here). I know this may be difficult to do in javascript tho.