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

Add support for century in date patterns #62

Closed
Zejnilovic opened this issue Oct 8, 2024 · 1 comment
Closed

Add support for century in date patterns #62

Zejnilovic opened this issue Oct 8, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@Zejnilovic
Copy link
Collaborator

Background

Format is cyymmdd where the c is either a 0 or a 1. And 0 means century 19, 1 means century 20

Feature

Add support for c as in century number in standardization.
Find a way to make it generic enough.

Example [Optional]

value 0980123 is date 1998-01-23
value 1140123 is date 2014-01-23

@Zejnilovic
Copy link
Collaborator Author

Closing as duplicate. @yruslan 's #64 has better comments

@Zejnilovic Zejnilovic added the duplicate This issue or pull request already exists label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

1 participant