Example of Default Functionalities in ASP.NET MVC DateTimePicker Control
The following sample demonstrates the default functionalities of the DateTimePicker. Enter the value in input text box or Click/Touch the date and time popup icon to select the desired value.
DEMO
SOURCE
The DateTimePicker
is a graphical user interface component that allows the user to select, or to enter a datetime value.
More information on the DateTimePicker instantiation can be found in the documentation sectionopens in a new tab.