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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Right now, you can only define the date format Front Matter uses at the global level with the frontMatter.taxonomy.dateFormat setting.
frontMatter.taxonomy.dateFormat
In the following Discord thread: https://discord.com/channels/992409023607476224/1120978270565978174 - Llamanat3r opted to have the option on field level.
The text was updated successfully, but these errors were encountered:
#591 - Added date format support on datetime field
143599b
A new dateFormat property got added to the datetime field.
dateFormat
datetime
Example:
{ "title": "Date only", "name": "dateOnly", "type": "datetime", "default": "{{now}}", "dateFormat": "yyyy-MM-dd" }
Sorry, something went wrong.
#591 - Fix correct date
5404b9d
No branches or pull requests
Right now, you can only define the date format Front Matter uses at the global level with the
frontMatter.taxonomy.dateFormat
setting.In the following Discord thread: https://discord.com/channels/992409023607476224/1120978270565978174 - Llamanat3r opted to have the option on field level.
The text was updated successfully, but these errors were encountered: