NocoDB
Docs
Fields/Field types/Date Time based

Date

This article explains how to create & work with a Date field.

Date field type is used to store date values. NocoDB supports a wide range of date formats, as detailed in the table below.

Create a date field

  1. Click on + icon to the right of Fields header
  2. On the dropdown modal, enter the field name (Optional).
  3. Select the field type as Date from the dropdown.
  4. Configure Date Format
  5. Configure default value (Optional)
  6. Click on Save Field button.

image

Supported date formats

FormatExample
YYYY-MM-DD2023-09-22
YYYY/MM/DD2023/09/22
DD-MM-YYYY22-09-2023
MM-DD-YYYY09-22-2023
DD/MM/YYYY22/09/2023
MM/DD/YYYY09/22/2023
DD MM YYYY22 09 2023
MM DD YYYY09 22 2023
YYYY MM DD2023 09 22

On this page