DateField

The Date field type used in Statamic.

Type Definition

Date picker.

type 
DateField
= string | null;
Date field
type PublishDate = DateField; // "2025-10-08T22:00:00.000000Z"
// Result: string | null