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

Support different date formats #27

Open
tormiss opened this issue May 5, 2017 · 1 comment
Open

Support different date formats #27

tormiss opened this issue May 5, 2017 · 1 comment

Comments

@tormiss
Copy link

tormiss commented May 5, 2017

Currently it seems like only US-style formatting of dates are supported. E.g. mm-dd-yyyy.

Should be an option to specify date-format.

@lhoss
Copy link

lhoss commented Jun 30, 2017

+1
Indeed best+easiest to allow configuring the date-format.
Alternatively one could code some intelligent parsing, that could even detect if a number of entries have rather mm/dd/yyyy or dd/mm/yyyy.
I'ld already be happy if the standard westeuropean (german) format would work, and would be easy to detect with a list of configurable regex'es:
german format: dd.mm.yyyy

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

No branches or pull requests

2 participants