IOS datepicker format 'yy-mm-dd'. validating that format
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 2 Nov 2015 19:02:39 +0000 (14:02 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 2 Nov 2015 19:02:39 +0000 (14:02 -0500)
js/app.js
js/custom/pageSetup.js

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