Advertisement
imjyb1008work

ExtJS SubForm DateField Render

Feb 2nd, 2015
1,082
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Ext.onReady( function () {
  2.     var calDate = new Ext.form.DateField({
  3.         applyTo: 'calDate',
  4.         name: 'calDate',
  5.         id: 'calDate',
  6.         format: "Y/m/d",
  7.         showToday: true
  8.     });
  9. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement