You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Do you want to request a feature or report a bug?
- What is the current behavior?
- If the current behavior is a bug, please provide the steps to reproduce.
- What is the expected behavior?
- Please mention your CMS, node.js, and operating system version.
- Please link or paste your config.yml below if applicable.
I'm using a date widget in a list, but noticed it was returning a datetime stamp instead of a date formatted "YYYY-MM-DD" as described in the docs (date widget). My json file after creating dates from within the CMS:
Actually we are setting the default as what you're seeing, a full date and time ISO8601, which is correct for the DateTime widget only. Opening a PR to fix default for the Date widget.
- Do you want to request a feature or report a bug?
- What is the current behavior?
- If the current behavior is a bug, please provide the steps to reproduce.
- What is the expected behavior?
- Please mention your CMS, node.js, and operating system version.
- Please link or paste your
config.yml
below if applicable.I'm using a date widget in a list, but noticed it was returning a datetime stamp instead of a date formatted "YYYY-MM-DD" as described in the docs (date widget). My json file after creating dates from within the CMS:
config file: config.yml
For now I have just set a "format" option with the value "YYYY-MM-DD" to enforce the expected output.
The text was updated successfully, but these errors were encountered: