Commit 5b804ca4c857087d16a4716caea07f5699973f03

Authored by ailsoncgt
1 parent fe5eaf5b

Change date-picker format for django ecept

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
core/static/js/main.js
1   -$('.date-picker').datepicker();
2 1 \ No newline at end of file
  2 +$('.date-picker').datepicker({ format: 'dd/mm/yy' });
3 3 \ No newline at end of file
... ...