--- breadcrumb: - Guides - Forms - Inputs - DateTime summary-visible: false keywords: - form - input - datetime - date - time --- # DateTime ## Description - Class for this input: `Berlioz\Form\Type\DateTime` - HTML equivalent: `` ## Additional options All [commons options](inputs.md#common-options), and: | Name | Type | Default value | Description | |------------|--------|---------------|--------------------------------------| | **format** | string | *none* | Format of date to use in application | ## Attributes List of attributes that interact with the forms library: | Name | Type | Default value | Description | |----------|--------|---------------|-------------| | **max** | string | *none* | Max value | | **min** | string | *none* | Min value | | **step** | string | *none* | Step |