NocoDB
Docs
Fields/Field types/Date Time based

Duration

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

Duration field type is used to store duration of time in seconds or minutes. Different formats are supported by NocoDB, as detailed in the table below.

Create a duration 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 Duration from the dropdown.
  4. Configure Duration Format
  5. Configure default value (Optional)
  6. Click on Save Field button.

image

Supported duration formats

FormatExample
HH:mm14:20
HH:mm:ss12:45:30
HH:mm:ss.s12:45:30.5
HH:mm.ss.ss12:45.30.50
HH:mm.ss.sss12:45.30.500

On this page