DateTimePicker

25 Oct 20161 minute to read

The Essential ASP.NET Core DateTimePicker control is used to input the date and time with a specific format. The DateTimePicker control combines the DatePicker and TimePicker controls so that users can select the date and time with their desired format.

Key Features

  • DateTime format: Supports all valid date and time formats.
  • Localization: Supports localization to different cultures.
  • Persist: Supports state maintenance during page refresh.
  • RTL: Support for Right to Left alignment of content in DateTimePicker control.
  • Themes: Essential ASP.NET Core controls consist of 12 built-in themes (6 – flat and 6 – gradient effects), and also support custom skin options to set user-defined themes.

NOTE

As the DateTimePicker inherits the functionalities of the DatePicker and TimePicker controls, it supports the basic functionalities of both controls.