Detect which calender OS is currently using? (1 Viewer)

MyTech

Access VBA
Local time
Today, 17:05
Joined
Jun 10, 2010
Messages
108
How can I detect through VBA which calender the operating system is currently using?
e.g. Julian/Gregorian.
 

MyTech

Access VBA
Local time
Today, 17:05
Joined
Jun 10, 2010
Messages
108
It looks to me that the Windows system is always using the Gregorian Calendar.

And if you changed the Calendar type in Regional Settings; Windows will just CONVERT the Gregorian date to your specified date - wherever windows shows you the date.

But in the back of it will always stay the Gregorian date.


So when VBA will check the date, it will always get the Gregorian date. (unless you add your own methods to convert it.)
 

Users who are viewing this thread

Top Bottom