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
Conver the Jalali to Gregorian when i write this code:
let JDate = require('jalali-date'); let temp = new JDate(1399, 11, 22);
It is behind, One day!
let JDate = require('jalali-date'); let temp = new JDate(1399, 11, 22); console.log(temp._d); // 2021-02-09T20:30:00.000Z console.log(new Date); //2021-02-10T07:46:28.132Z
The text was updated successfully, but these errors were encountered:
hmm... Not sure what's wrong. It seems like it has something to do with timezone. What's your timezone?
Sorry, something went wrong.
I have faced the same problem too. It is one day behind
No branches or pull requests
My system info
what i expect:
Conver the Jalali to Gregorian when i write this code:
what happened:
It is behind, One day!
why is this happening?
The text was updated successfully, but these errors were encountered: