Skip to content

Commit

Permalink
Merge pull request #199 from volunteer-planner/hotfix/fix_apply_view_…
Browse files Browse the repository at this point in the history
…date_picker_format

Hotfix/fix apply view date picker format
  • Loading branch information
pitpalme committed Oct 22, 2015
2 parents 365e4f2 + 555b9da commit 3676720
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
constrainInput: false,
showWeek: true,
weekHeader: "W",
dateFormat: "{{ apply_form.js_date_format|default:'m.d.yy' }}"
dateFormat: "{{ apply_form.js_date_format|default:'d.m.yy' }}"
});
});
</script>
Expand Down

0 comments on commit 3676720

Please sign in to comment.