Skip to content

Commit

Permalink
fixed datepicker formula
Browse files Browse the repository at this point in the history
  • Loading branch information
rifkegribenes committed Jun 8, 2018
1 parent 52207b4 commit fe6bb08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gc2018reg_formstack.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ function FF_OnAfterRender(){
$(".hasDatepicker").each(function(){
$(this).datepicker("destroy");
$(this).datepicker({
dateFormat: "mm/dd/yyyy",
format: "mm/dd/yyyy",
dateFormat: "mm/dd/yy",
format: "mm/dd/yy",
useCurrent: false,
showClose: true,
minDate: new Date('08/06/2018'),
Expand Down

0 comments on commit fe6bb08

Please sign in to comment.