I am little weak in regular expression. Can anybody help me in finding regular expression for time (in 24 hour format) in extjs
Thank you.
|
|
Don't reinvent the wheel if you don't have to. The fine folks at Sencha went through a lot of trouble so that developers like us don't have to mess with this sort of thing.
For more information, check the API docs for Ext.Date |
|||
|
|
|
This might be what you are looking for:
Not sure if it works on extis, if not you can always translate it back to the syntax uses in extis. |
|||
|
|
|
Try out
or you can use
For more info visit tutorial |
|||
|
|