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
It'd be good to be able to specify date format in a way similar to jsynowiec/vscode-insertdatestring.
The text was updated successfully, but these errors were encountered:
@chocoelho Hi carlos, interesting feature request. Will figure it out.
Sorry, something went wrong.
If you're taking suggestions I was thinking about this.
Add the following options:
Each would ask for additional input, a string pattern, and return the date formatted in that style.
This can be done by incorporating a library like date-format which already parses date patterns provided as strings.
nice suggestion @jwschram. 👍
I just found out that the lib doesn't support date formatting https://github.com/Marak/faker.js/issues/601
No branches or pull requests
It'd be good to be able to specify date format in a way similar to jsynowiec/vscode-insertdatestring.
The text was updated successfully, but these errors were encountered: