Rank: Newbie Groups: Member
Joined: 10/2/2006 Posts: 1 Points: 9 Location: Canada
|
I keep on getting the error " Cast from string "28/10/2006 11:17:18 AM" to type 'Date' is not valid." on the admin_options.aspx page, this error only occours on the public server and not on my development server. What is causing this error, since it doesn't happen every where is it something to do with the server?
Thank you
|
Rank: Administration Groups: Administration
Joined: 7/1/2008 Posts: -191 Points: 693
|
Yes that is because your Online web server does not have English date time this errors occurs because the date time value cannot be parsed correctly to US English format
Thanks
|