1
I’m trying to find the windows method that allows me to search the initial year of the calendar Rage when using the shortened date with the two-digit year: dd/mm/yy
.
Using the GetLocaleInfoA
i can get the short date format with LOCALE_SSHORTDATE
, the date in full with LOCALE_SLONGDATE
.
I’m not finding the method that returns me the initial year.
I’m sorry, but in what language are you working, could you tag so other people can help you?
– Ivan Ferrer
Hello Ivan, I’m using Delphi and Java, but as the method is windows.. what I need is equal language indifferent.
– Alini Ribeiro
Hi Alini, maybe this one link can help you.
– Ivan Ferrer