Duration
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
- Click on
+
icon to the right ofFields header
- On the dropdown modal, enter the field name (Optional).
- Select the field type as
Duration
from the dropdown. - Configure
Duration Format
- Configure default value (Optional)
- Click on
Save Field
button.
Supported duration formats
Format | Example |
---|---|
HH:mm | 14:20 |
HH:mm:ss | 12:45:30 |
HH:mm:ss.s | 12:45:30.5 |
HH:mm.ss.ss | 12:45.30.50 |
HH:mm.ss.sss | 12:45.30.500 |