Title: Date Time Picker Field
Published: February 20, 2025
Last modified: February 21, 2025

---

# Date Time Picker Field

## In this article

 * [Key Features](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/date-time-picker/?output_format=md#key-features)
 * [Settings](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/date-time-picker/?output_format=md#settings)

[ Back to top](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/date-time-picker/?output_format=md#wp--skip-link--target)

The Date Time Picker field combines date and time selection into a single interface.
It provides precise control over datetime values with both calendar and time input
options.

## 󠀁[Key Features](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/date-time-picker/?output_format=md#key-features)󠁿

 * Combined date and time selection
 * Customizable date/time formats
 * Time increment control
 * Multiple display formats
 * Timezone support

## 󠀁[Settings](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/date-time-picker/?output_format=md#settings)󠁿

 * Display Format – How the datetime appears to editors
 * Return Format – How the datetime is stored/returned
 * Week Starts On – Set first day of week
 * Time Increment – Control minute stepping

First published

February 20, 2025

Last updated

February 21, 2025

Edit article

[ Improve it on GitHub: Date Time Picker Field ](https://github.com/wordpress/secure-custom-fields/edit/trunk/docs/features/field/date-time-picker/index.md)

Changelog

[ See list of changes: Date Time Picker Field ](https://github.com/wordpress/secure-custom-fields/commits/trunk/docs/features/field/date-time-picker/index.md)

[  Previous: Using the Date Picker Field](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/date-picker/date-picker-tutorial/)

[  Next: Using the Date Time Picker Field](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/date-time-picker/date-time-picker-tutorial/)