fix 11984 No JS allows invalid dates in Event
This commit is contained in:
parent
f83b489837
commit
48f9687025
4 changed files with 32 additions and 2 deletions
|
|
@ -821,6 +821,18 @@ be useful, others may not.|,
|
|||
context => 'follows a select list with ordinals, first, second, etc. To form the phrase, First week on, Second week on',
|
||||
},
|
||||
|
||||
'invalid start date' => {
|
||||
message => 'Invalid start date. Please enter a valid date in the form "YYYY-MM-DD"',
|
||||
lastUpdated => 0,
|
||||
context => 'An error when we cant parse the date they give us',
|
||||
},
|
||||
|
||||
'invalid end date' => {
|
||||
message => 'Invalid end date. Please enter a valid date in the form "YYYY-MM-DD"',
|
||||
lastUpdated => 0,
|
||||
context => 'An error when we cant parse the date they give us',
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue