Example of Default Functionalities in ASP.NET Core 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 enter a datetime value.
More information on the DateTimePicker instantiation can be found in the Documentation section.