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 using dateFormat with hermes engine, we are getting Invalid Date as error
let myDate = dateFormat("06 Sep 2024", "dd mmm yyyy"); console.log(myDate);
It gives error while formatting date string to "dd mmm yyyy" format
The text was updated successfully, but these errors were encountered:
@imanshul Try reading the docs again. It looks like your date string isn't formatted correctly. Think it should be month first right" Like Sep 6 2024.
Sep 6 2024
https://github.com/felixge/node-dateformat/blob/master/Readme.md?plain=1#L40
Sorry, something went wrong.
No branches or pull requests
When using dateFormat with hermes engine, we are getting Invalid Date as error
It gives error while formatting date string to "dd mmm yyyy" format
The text was updated successfully, but these errors were encountered: