Adjusting input format for off canvas date picker
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 2 Nov 2015 19:09:08 +0000 (14:09 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 2 Nov 2015 19:09:08 +0000 (14:09 -0500)
js/app.js
js/custom/pageSetup.js

index e5067b6..e166187 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -79,7 +79,9 @@ $(document).ready(function () {
     
     $("#dateOff1").change(function () {
         currentDate = this.value;
-      
+        $("#dateOff1").val(currentDate);
+        
+        
     });
     $("#date1").datepicker({
         minDate: 2,
index 8878906..d36fa92 100644 (file)
@@ -70,7 +70,9 @@ $(document).ready(function () {
     
     $("#dateOff1").change(function () {
         currentDate = this.value;
-      
+        $("#dateOff1").val(currentDate);
+        
+        
     });
     $("#date1").datepicker({
         minDate: 2,