At 23:27 7/24/2003, Rob Arends wrote:
>Thanks for that. > >I think the following mods are needed: > >months[tz.StandardDate.wMonth], >changed to >months[tz.StandardDate.wMonth-1], > >and > >months[tz.DaylightDate.wMonth], >changed to >months[tz.DaylightDate.wMonth-1], Actually, you are likely correct. The months array is zero based, but the wMonth name is one based, so subtracting one would be accurate (sorry, I missed that when I was putting the code together, even though I caught it on the ordinals array,... - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
