document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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. })
');