We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when i try to add weeks to date it wont work
let date = new persianDate(); console.log(date.format('DD/MM/YY')); let dateAdded = date.add('weeks',1); console.log(dateAdded.format('DD/MM/YY'));
output
۱۲/۰۶/۹۷ ۱۲/۰۶/۹۷
The text was updated successfully, but these errors were encountered:
babakhani#53 fix add/subtract weeks
6652674
468b007
7790be7
cba3256
@miladd3 you can test the new RC version. npm install persian-date@next
npm install persian-date@next
Sorry, something went wrong.
babakhani
Successfully merging a pull request may close this issue.
when i try to add weeks to date it wont work
output
The text was updated successfully, but these errors were encountered: