autodo
autodo copied to clipboard
Put the date format in the units API
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.
This will be dependent on the locale.
DateFormat.yMd() should be enough to get the correct format depending on the user's preferences.