Skip to main content

    DateTimePicker

    Component to comfortably enter a date time value. The DateTimePicker component automatically uses the user's settings for the locale and timezone and formats the date and time accordingly.

    DateTimePickerProps

    Signature:

    export declare type DateTimeerProps = < | | , (value: | | ) => > & & & & DateTimeerTypeProps & { /** * Earliest allowed ISOString and timestamp for validation. */ min?: ; /** * Latest allowed ISOString for validation. */ max?: ; /** * The placeholder that's shown in the input field if the content is empty. */ placeholder?: ; };
    Still have questions?
    Find answers in the Dynatrace Community