projects
/
WP-Plugins
/
glm-member-db-billing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15136cd
)
Update dateformat for account page
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 16 Mar 2018 16:48:17 +0000
(12:48 -0400)
committer
Steve 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
patch
|
blob
|
history
diff --git
a/views/admin/billing/accounts.html
b/views/admin/billing/accounts.html
index
1f3fcf9
..
d2c727b
100644
(file)
--- a/
views/admin/billing/accounts.html
+++ b/
views/admin/billing/accounts.html
@@
-81,8
+81,10
@@
<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>