mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-18 04:08:07 +08:00
21 lines
449 B
Markdown
21 lines
449 B
Markdown
---
|
|
id: timestamp
|
|
title: Timestamp
|
|
sidebar_label: Timestamp
|
|
---
|
|
|
|
## `validation`
|
|
|
|
* `required` Should this field be compulsory.
|
|
* `requiredMessage` Message to be displayed as a validation error.
|
|
* `min` Set the minimum date allowed.
|
|
* `max` Set the maximum date allowed.
|
|
|
|
---
|
|
|
|
The widget that gets created is
|
|
- [`DateTimeField`](api/functions/datetimefield.md) Field that allows selecting a date
|
|
|
|
Links:
|
|
- [API](api/interfaces/timestampproperty.md)
|