Is there a extjs based datetimepicker?

datetimepicker, extjs

Solution

Unfortunately there is not a DateTimePicker out of the box, but there are two separate components named `TimeField` and `DateField` that can be used in conjunction to get the functionality you desire.

If you'd rather use Saki's `DateTime` user extension, take a look at DateTime Field. The class comments describe DateTime as "[a] combination of DateField and TimeField", so nothing too crazy is going on if you'd like to create your own unique version.

Problem

Is there a extjs based datetimepicker? I want user can select date and time together.

Original source