autodo icon indicating copy to clipboard operation
autodo copied to clipboard

Put the date format in the units API

Open baylessj opened this issue 5 years ago • 1 comments

Currently I'm using MM/DD/YY for dates, but that's not used much outside of the U.S. This should be a configurable option in the units API.

baylessj avatar Apr 26 '20 19:04 baylessj

This will be dependent on the locale. DateFormat.yMd() should be enough to get the correct format depending on the user's preferences.

DavBfr avatar May 10 '20 12:05 DavBfr