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
moment.js allows to use literals in formatting masks, it would be nice to have a similar feature in fecha.
Example:
fecha.format(new Date(2001, 2, 5, 6, 7, 2, 5), '[on] MM-DD-YYYY [at] HH:mm'); // 'on 03-05-2001 at 06:07'
PR that implements the feature #17
The text was updated successfully, but these errors were encountered:
Complete in #17. Thanks @antivanov.
Sorry, something went wrong.
Thanks for reviewing the changes and merging the PR
No branches or pull requests
moment.js allows to use literals in formatting masks, it would be nice to have a similar feature in fecha.
Example:
PR that implements the feature #17
The text was updated successfully, but these errors were encountered: