多维表格
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1.1 KiB

title description tags keywords
Date This article explains how to create & work with a Date field. [Fields Field types Date & Time] [Fields Field types Date & Time Create 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

Format Example
YYYY-MM-DD 2023-09-22
YYYY/MM/DD 2023/09/22
DD-MM-YYYY 22-09-2023
MM-DD-YYYY 09-22-2023
DD/MM/YYYY 22/09/2023
MM/DD/YYYY 09/22/2023
DD MM YYYY 22 09 2023
MM DD YYYY 09 22 2023
YYYY MM DD 2023 09 22