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

Make Date Format Dynamic #1

Open
sethblack opened this issue Nov 4, 2019 · 2 comments
Open

Make Date Format Dynamic #1

sethblack opened this issue Nov 4, 2019 · 2 comments
Assignees

Comments

@sethblack
Copy link
Owner

Date format is in US MM/DD/YYYY and pretty much nobody else uses that format.

@sethblack sethblack self-assigned this Nov 4, 2019
@svmihar
Copy link

svmihar commented Nov 4, 2019

how about converting it to datetime object?

so people could just format it according to their own need?

@cwkingjr
Copy link

I'd recommend just using the ISO-8601 date format of YYYY-MM-DD. It's far less confusing then any local formats that swap months and days, is generally understood, and has the bonus of being (simply) sortable.

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

3 participants