Update dateformat for account page
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 16 Mar 2018 16:48:17 +0000 (12:48 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 16 Mar 2018 16:48:17 +0000 (12:48 -0400)
Update the dateFormat for datepickers

views/admin/billing/accounts.html

index 1f3fcf9..d2c727b 100644 (file)
 <script type="text/javascript">
     jQuery(document).ready(function($) {
 
-            // Date Input
-            $('.glm-date-input').datepicker();
+        // Date Input
+        $('.glm-date-input').datepicker({
+            dateFormat: 'mm/dd/yy'
+        });
 
     });
 </script>