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)
|
||||
{
|
||||
__lastMask__ = mask;
|
||||
|
||||
if (showTIme=='false') {
|
||||
showTIme = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user