Index: trunk/FACT++/www/schedule/index.js
===================================================================
--- trunk/FACT++/www/schedule/index.js	(revision 18517)
+++ trunk/FACT++/www/schedule/index.js	(revision 18518)
@@ -572,6 +572,17 @@
 
      if ($('input').prop('type') != 'date' ) 
-        $('[type="date"]').datepicker();
-
+     {
+        var date_opt =
+        {
+            dateFormat: 'yy-mm-dd',
+            showButtonPanel: true,
+            showOtherMonths: true,
+            selectOtherMonths: true,
+            autoSize: true,
+        }
+
+        $('[type="date"]').datepicker(date_opt);
+     }
+     
     /*---------------------------------------------------------------------------------------------
      Initialize jQuery tooltips
