Use the user's preferred date format

This commit is contained in:
Blade Barringer 2015-09-06 09:42:48 -05:00
parent f1224bc6be
commit a44cd748af

View file

@ -4,7 +4,7 @@
.modal-body
.alert.alert-danger
p=env.t('nextCron', {time: '{{nextCron | date: "M/d/yy \'@\' h:mm a"}}'})
p=env.t('nextCron', {time: '{{nextCron | date: user.preferences.dateFormat + " @ h:mm a"}}'})
p=env.t('sureChangeCustomDayStart')
.modal-footer