mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
LSformElement_date : Fixed parsing date problem with some formats
This commit is contained in:
parent
c48c0c3bd8
commit
0c404082fd
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ var LSformElement_date_field = new Class({
|
|||
this.params.format = "%d/%m/%Y";
|
||||
}
|
||||
}
|
||||
Date.defineParser(this.params.format);
|
||||
|
||||
this.calendar = new DatePicker(this.input, {
|
||||
format: this.params.format,
|
||||
|
|
Loading…
Reference in a new issue