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:
Julio Cesar Laura
2012-10-25 18:49:54 -04:00
parent 05de793839
commit 16f8b8f8ff
2 changed files with 4 additions and 1 deletions

View File

@@ -2022,6 +2022,8 @@ function removeValue(id){
function datePicker4(obj, id, mask, startDate, endDate, showTIme, idIsoDate)
{
__lastMask__ = mask;
if (showTIme=='false') {
showTIme = false;
}