decap-cms
decap-cms copied to clipboard
refactor: datetime to support custom date and time formats
Solves the problem with time_format in datetime widget described in #7090
@demshy fixtures would have to be recorded as base64 blobs change because default datetime format changed.
In trying to specify the format: and date_format: values with Day.js Format values as per the Docs, by my understanding this means Day.js has two formats:
- Normal Formats
YYYY-MM-DD - Localized Formats
LL
However, none of those formatting values change the date display from what is described in #7090
02 / 14 / 2024, 05:20 PM
It would be good to update the Docs with these two differences of formats once this Day.js feature is fixed.