A Ambrose Apr 12, 2007 #1 "31-03-2007 10:00:00 AM" to Datetime .Regional Local settings is dutch (NL).Please help me .
G Guest Apr 12, 2007 #2 Hi, Check the Following Link: http://www.thescripts.com/forum/thread449284.html Hope it helps you Regards, Husam Al-A'araj
Hi, Check the Following Link: http://www.thescripts.com/forum/thread449284.html Hope it helps you Regards, Husam Al-A'araj
A Ambrose Apr 12, 2007 #3 Hi, Check the Following Link:http://www.thescripts.com/forum/thread449284.html Hope it helps you Regards, Husam Al-A'araj - Show quoted text - Click to expand... string datestring = "2007-04-31 06:00:00 AM"; DateTime dt = Convert.ToDateTime(datestring); This code is failing can you tell a simple fix for nl-NL culture
Hi, Check the Following Link:http://www.thescripts.com/forum/thread449284.html Hope it helps you Regards, Husam Al-A'araj - Show quoted text - Click to expand... string datestring = "2007-04-31 06:00:00 AM"; DateTime dt = Convert.ToDateTime(datestring); This code is failing can you tell a simple fix for nl-NL culture
C ClayB Apr 12, 2007 #4 April does not have 31 days. ===================== Clay Burch Syncfusion, Inc.
C ClayB Apr 12, 2007 #5 April has only 30 days. Try string datestring = "2007-04-30 06:00:00 AM"; ================== Clay Burch Syncfusion, Inc.
April has only 30 days. Try string datestring = "2007-04-30 06:00:00 AM"; ================== Clay Burch Syncfusion, Inc.