Menu

#1 Potential Appointment Date Bug

open
nobody
None
5
2006-07-07
2006-07-07
Anonymous
No

In StuAPpMak.aspx.cs there is a functions to
GetStartDate () . The format structure of the return
data is embedded in US data format - this will not
work on non US systems which normally follow the
dd/mm/yy format. The offending code is:

dateStart = System.DateTime.Parse(Convert.ToString
(System.DateTime.Now.Month....etc.

This should be recoded to lookup the regional
parameters and structure the return data format
consistent witht he platform settings..

Alex

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.