Closed danielcrisp closed 10 years ago
Fixes https://github.com/alongubkin/angular-datepicker/issues/32
And also replaced getYear() + 1900 with getFullYear()
getYear() + 1900
getFullYear()
Fixes https://github.com/alongubkin/angular-datepicker/issues/32
And also replaced
getYear() + 1900
withgetFullYear()