Skip to content

feat(date): add 6 new date utility functions#27

Merged
mic1on merged 1 commit into
mainfrom
feature/date-extensions
Mar 14, 2026
Merged

feat(date): add 6 new date utility functions#27
mic1on merged 1 commit into
mainfrom
feature/date-extensions

Conversation

@mic1on
Copy link
Copy Markdown
Member

@mic1on mic1on commented Mar 14, 2026

  • is_today/is_yesterday/is_tomorrow: date checking
  • add_days: add or subtract days from date
  • add_months: add or subtract months from date
  • diff_days: calculate difference in days between dates

With comprehensive unit tests (26 test cases)

- is_today/is_yesterday/is_tomorrow: date checking
- add_days: add or subtract days from date
- add_months: add or subtract months from date
- diff_days: calculate difference in days between dates

With comprehensive unit tests (26 test cases)
@mic1on mic1on merged commit 849f164 into main Mar 14, 2026
0 of 6 checks passed
@mic1on mic1on deleted the feature/date-extensions branch March 14, 2026 13:18
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

Successfully merging this pull request may close these issues.

1 participant