mugifly / jquery-simple-datetimepicker

Date & time picker for jQuery, It's simple & clean.
http://mugifly.github.com/jquery-simple-datetimepicker
Other
260 stars 182 forks source link

IE 8 compability, replacing old method #25

Closed mackeian closed 11 years ago

mackeian commented 11 years ago

For us who still have to support IE 8, the datepicker are having trouble with determine the year, due to the old getYear() + 1900 stuff. I have replaced it with getFullYear for the picker to work in IE 8, 7 as well. ie8_bug

rtakeda commented 11 years ago

Thanks for the fix. I was about to work on it.

mugifly commented 11 years ago

Thankyou!

mackeian commented 11 years ago

No problem!

Hälsningar,

Marcus

9 maj 2013 kl. 01:26 skrev Masanori Ohgita notifications@github.com:

Thankyou!

— Reply to this email directly or view it on GitHub.