Date format: the date format in the Overview is different on two different machines. What setting determines this?

Table of Contents (index)
Problem Type : Features
Problem Category : Calendar Browser


By default, the Calendar Browser Overview make use of the Microsoft Date/Time Picker control (MSCOMCT2.OCX) which is what is used by MS Vista.



If the system does not have this control available, for example if the OS is MS XP, then the application make use of standard drop down box for each date part ‒ Year, Month, Day.



If you want to have the date/time picker control on the XP machine, just simply copy the MSCOMCT2.OCX from the Vista machine (should be under windows/system32 folder) to the XP machine (to windows/system32) and register it (Start > Run > regsvr32 MSCOMCT2.OCX
 
Table of Contents (index)