Files
firecms/website/docs/properties/timestamp.md
2021-07-29 17:39:47 +02:00

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)