-
-
Notifications
You must be signed in to change notification settings - Fork 613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion: format dates in ISO 8601 #7
Comments
Would it be possible to add a config setting so that the user can specify the date formatting? |
+1 |
👍 This would be handy. |
A configuration option might be the best option to set how dates are entered and how they are shown (not sure why they'd be different). Could use Moment.JS's parse to make this easy to implement. |
Pull request #31 integrates the moment.js library to support "YYYY/MM/DD" date formats. |
Using ISO 8601 would prevent confusion between US/rest of world date formatting when using the
xx/xx/xxxx
format. And you could still use your nice fuzzy matching.As usual, XKCD speaks the truth:
The text was updated successfully, but these errors were encountered: