Skip to content
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

Open
nedbaldessin opened this issue Dec 2, 2013 · 5 comments
Open

Suggestion: format dates in ISO 8601 #7

nedbaldessin opened this issue Dec 2, 2013 · 5 comments

Comments

@nedbaldessin
Copy link

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:
xkcd

@umazalakain
Copy link

Would it be possible to add a config setting so that the user can specify the date formatting?

@bmaeser
Copy link

bmaeser commented Dec 2, 2013

+1

@Tanner
Copy link

Tanner commented Dec 3, 2013

👍 This would be handy.

@Tanner
Copy link

Tanner commented Dec 3, 2013

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.

@FR6
Copy link

FR6 commented Dec 5, 2013

Pull request #31 integrates the moment.js library to support "YYYY/MM/DD" date formats.
But because of the functionality to allow "1976/04-2011", the format "YYYY-MM-DD" still don't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants