Originally posted by psharrock
I am using XP Pro, it installed OK, however the calender is wrong, it thinks Sept 1st 2002 is a Wednesday.
It thinks Sept 30th 2002 is a Thursday and Oct 1st is also a Thursday.
Any Ideas?
BTW Apart from this the program is great!
The problem is the Windows setting for region. To tell you the truth, I didn't even think about this while developing the program.
In the US we would call Sep 1, 2002 as 9/1/02
In the UK you would use 1/9/02
So even though it's printing the dates on the calendar (my program controls that), it thinks the first date in September is Wednesday (It used Jan 9th, 2002 which is a Wednesday to calculate what day of the week to start the calendar on)
The only workaround I can offer is that if you set your computer to English (USA) it will work. At this point that's all I can offer as a suggestion. In future versions I can probably have it check for which version of date/time a user has their computer set to.
Owensamo...is this the same for you? Is your computer set for something other than English(US)?
<b>Notice to everyone:
Basically it's the Windows Short Date format that matters. Anyone who has this set for other than month/day/year will have this problem. (Such as probably all of Europe which uses day/month/year</b>
I'll play with this and if it's an easy fix I'll put a new version out for download. It would only be necessary for our overseas members to get a new download. I'll post back here if I can do something. Otherwise it may have to wait until Springtime when I rewrite a lot of it to include full point tracking.