Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Ext.onReady( function () {
- var calDate = new Ext.form.DateField({
- applyTo: 'calDate',
- name: 'calDate',
- id: 'calDate',
- format: "Y/m/d",
- showToday: true
- });
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement