We've encountered an oddity of late in the sense that a new Windows XP machine sometimes throws up an error in regards to the formatting of dates.
We have a MaskEdit component such that entries are made in the format 'dd/mm/yyyy'.
HOWEVER it has been found that sometimes Delphi or Windows will try to read this text in the format 'dddd/mm/yy' - for instance we might get the error "0707/20/03 is not a valid date" (obviously should be being read as "07/07/2003"
.
This happens on rare occasions and we can't recreate it when debugging on the development machines - it has only been seen on a client machine and causes our user some degree of frustration.
There is nothing special about the dates or what the user is doing - sometimes its OK - sometimes it throws us the problem !!
Has anyone encountered something like this ?
Where can I start looking for a solution to it ?
Thanks in advance
Steve
We have a MaskEdit component such that entries are made in the format 'dd/mm/yyyy'.
HOWEVER it has been found that sometimes Delphi or Windows will try to read this text in the format 'dddd/mm/yy' - for instance we might get the error "0707/20/03 is not a valid date" (obviously should be being read as "07/07/2003"
This happens on rare occasions and we can't recreate it when debugging on the development machines - it has only been seen on a client machine and causes our user some degree of frustration.
There is nothing special about the dates or what the user is doing - sometimes its OK - sometimes it throws us the problem !!
Has anyone encountered something like this ?
Where can I start looking for a solution to it ?
Thanks in advance
Steve