I need to get the day, month, year details from a Date value but getYear() is deprecated, gives year on 2 digits, and has problems with Y2K (2008 g
Date
getYear()
You may just add 1900 to getYear() return value