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

feat(utils): added date on util class to domain #32

Merged
merged 2 commits into from
Jan 20, 2023
Merged

Conversation

4lessandrodev
Copy link
Owner

1.16.3 - 2022-01-20

Added

  • Util: added utils methods to date.
const date = new Date('2001-09-09T01:46:39.999Z');

const result = Utils.date(date).add(5).days();

result.toISOString()

> "2001-09-14T01:46:39.999Z"

@4lessandrodev 4lessandrodev merged commit 28097ef into main Jan 20, 2023
@4lessandrodev 4lessandrodev deleted the feat/util-date branch January 20, 2023 16:57
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.

None yet

1 participant