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

Custom date format broken after latest update #17

Closed
dhrivnak opened this issue Sep 20, 2017 · 5 comments
Closed

Custom date format broken after latest update #17

dhrivnak opened this issue Sep 20, 2017 · 5 comments

Comments

@dhrivnak
Copy link

I have the following custom date format:

+------------------+
| YYYY-MM-DD (DDD) |
+------------------+

Before I updated to version 2.0.0 this resulted in dates that looked like:

+------------------+
| 2017-08-30 (Wed) |
+------------------+

After the update, the same formatter spits out:

+------------------+| 2017-09-20 (263) |+------------------+
@dannyfritz
Copy link
Owner

v2.0.0 is a major semver change and implies breaking changes.

I switched to a different date library. You can see the options in the README: https://github.com/dannyfritz/atom-date#options

@dhrivnak
Copy link
Author

dhrivnak commented Sep 21, 2017 via email

@dannyfritz
Copy link
Owner

According to the docs it should be:
YYYY-MM-DD (ddd)

@dannyfritz
Copy link
Owner

Oh, I see what you are saying. I'll have to publish a change to the README once I get to my computer.

@dhrivnak
Copy link
Author

dhrivnak commented Sep 21, 2017 via email

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