Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a extjs based datetimepicker?

Is there a extjs based datetimepicker?

I want user can select date and time together.

like image 286
hguser Avatar asked Dec 07 '10 12:12

hguser


People also ask

What is the purpose of VB net DateTimePicker control?

The DateTimePicker control allows selecting a date and time by editing the displayed values in the control. If you click the arrow in the DateTimePicker control, it displays a month calendar, like a combo box control. The user can make selection by clicking the required date.

What is the use of DateTimePicker?

A date time picker allows the user to select an associated date and time.


1 Answers

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.

like image 100
McStretch Avatar answered Oct 25 '22 18:10

McStretch