BUG datePicker4() does not work in IE 8 & 9
- The script is not compatible with IE - Use a auxiliar variable for store the last mask
This commit is contained in:
@@ -2022,6 +2022,8 @@ function removeValue(id){
|
|||||||
|
|
||||||
function datePicker4(obj, id, mask, startDate, endDate, showTIme, idIsoDate)
|
function datePicker4(obj, id, mask, startDate, endDate, showTIme, idIsoDate)
|
||||||
{
|
{
|
||||||
|
__lastMask__ = mask;
|
||||||
|
|
||||||
if (showTIme=='false') {
|
if (showTIme=='false') {
|
||||||
showTIme = false;
|
showTIme = false;
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user