Is there a extjs based datetimepicker?
I want user can select date and time together.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unfortunately there is not a DateTimePicker out of the box, but there are two separate components named
TimeFieldandDateFieldthat can be used in conjunction to get the functionality you desire.If you’d rather use Saki’s
DateTimeuser 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.