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

Simple dates #12

Closed
darylwright opened this issue Mar 23, 2024 · 1 comment
Closed

Simple dates #12

darylwright opened this issue Mar 23, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request released

Comments

@darylwright
Copy link
Member

darylwright commented Mar 23, 2024

I'm submitting a ...

  • [ ] bug report
  • [ * ] feature request
  • [ ] question about the decisions made in the repository
  • [ ] question about how to use this project

Summary

Implement simple date format as per project roadmap documentation.

Dates can be of the following formats:

  • YYYY-MM-DD
  • YYYY/MM/DD
  • YYYY.MM.DD

Leading zeroes are optional for month and day. The year can also be omitted for simple dates, with the current year inferred either by the system clock, or the Y directive.
Documentation

Other information

Note that the JournalDate type will have to be split into SimpleDate and SmartDate types. See #15 for information on smart dates.

@darylwright darylwright added the enhancement New feature or request label Mar 23, 2024
This was referenced Mar 23, 2024
@darylwright darylwright changed the title Implement simple dates Simple dates Mar 23, 2024
This was referenced Mar 26, 2024
@darylwright darylwright self-assigned this Mar 26, 2024
darylwright pushed a commit that referenced this issue Apr 16, 2024
## [2.2.0](v2.1.0...v2.2.0) (2024-04-16)

### Features

* implemented simple dates ([5323186](5323186)), closes [#12](#12)
@darylwright
Copy link
Member Author

🎉 This issue has been resolved in version 2.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

No branches or pull requests

1 participant