kumar
kumar

Reputation: 1

EXTJS textfield (HH:MM AM/PM) format with validation

I am stuck with the situation where i have to display HH:MM AM/PM in textField(EXTJS) ... and it should take the data in 12 hour format .... and should not take values apart from this can anybody help please ....

Upvotes: 0

Views: 3065

Answers (1)

Chandu
Chandu

Reputation: 82913

You can use a TimeField of ExtJs.Form namespace and the default format of the field is what you are looking for.

URL: http://dev.sencha.com/deploy/dev/docs/?class=Ext.form.TimeField

Upvotes: 1

Related Questions