多维表格
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.

30 lines
915 B

---
title: 'Time'
description: 'This article explains how to create & work with a Time field.'
tags: ['Fields', 'Field types', 'Date & Time']
keywords: ['Fields', 'Field types', 'Date & Time', 'Create time field']
---
`Time` field type is used to store time values in a single field. Time formats supported by NocoDB are listed in the table below.
## Create a time 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 `Time` from the dropdown.
4. Configure `Time Format`
5. Configure default value (Optional)
6. Click on `Save Field` button.
![image](/img/v2/fields/types/time.png)
### Supported time formats
| Format | Example |
|-----------|------------|
| HH:mm:ss | 12:45:30 |
| HH:mm | 14:20 |
## Related fields
- [DateTime](010.date-time.md)
- [Date](020.date.md)
- [Duration](040.duration.md)