I'm trying to find the windows method that allows me to search for the initial Rage year of the calendar when I use the abbreviated date with the two-digit year: dd/mm/yy
.
Using GetLocaleInfoA
I can get the short date format with LOCALE_SSHORTDATE
, the date in full with LOCALE_SLONGDATE
.
I can not find the method that returns me the initial year.