- Fixed bug where incorrect date format was causing creating events to fail.
This commit is contained in:
parent
8796163f28
commit
d71df63f97
|
|
@ -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. '
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue