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
$.format.date("Wed Jan 29 2014 00:00:00 GMT+0530 (India Standard Time)", "yyyy-mm-dd") returns "2014-00-29"
Supposed to return "2014-01-29"
📌 #124
The text was updated successfully, but these errors were encountered:
Small m is always for minute, not for month. Kindly use capital M.
$.format.date("2014-01-29 00:00:00.0", "yyyy-MM-dd")
Sorry, something went wrong.
Hey Shashank, My Bad again. Checked the docs and was about to close this.
Thanks for the damn quick turnaround.
No branches or pull requests
$.format.date("Wed Jan 29 2014 00:00:00 GMT+0530 (India Standard Time)", "yyyy-mm-dd")
returns
"2014-00-29"
Supposed to return
"2014-01-29"
📌 #124
The text was updated successfully, but these errors were encountered: