Skip to content

Commit

Permalink
fix(timeSheetExport): use us/en date per default for export
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Mar 6, 2018
1 parent 2456d9a commit 2ae102f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -100,7 +100,7 @@
case '{currentTime}':
return getCurrentTime();
case '{date}':
return window.moment().format('DD/MM/YYYY');
return window.moment().format('MM/DD/YYYY');
case '{taskTitles}':
return getTaskTitles();
case '{subTaskTitles}':
Expand Down

0 comments on commit 2ae102f

Please sign in to comment.