- Fixed bug where incorrect date format was causing creating events to fail.

This commit is contained in:
Dave 2016-03-04 17:31:32 +00:00
parent 8796163f28
commit d71df63f97
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
window.Attendize = {
DateFormat: 'dd-MM-yyyy',
DateTimeFormat: 'dd-MM-yyyy hh:mm:ss',
DateTimeFormat: 'dd-MM-yyyy hh:mm',
GenericErrorMessage: 'Whoops!, An unknown error has occurred.'
+ 'Please try again or contact support if the problem persists. '
};