Simple Extjs 4 datefield plugin that helps people who use the keyboard to work.
In basics, type t+1 press tab and you will get date value (today + 1) in Your datefield.
t+1 = today + 1 day
t-1 = today - 1 day etc
- default token is "t"
- default activationKey is "tab" see for more Ext.EventObject, since 0.2.0 you may define many keys
- default interval is DAY see for more Ext.Date
See example.html and source file for more