This is how we want to convert datetime before we store it inside the database
DateTime.ParseExact("01/01/1900", "dd/MM/yyyy", new CultureInfo("ms-MY"));
Wednesday, April 14, 2010
Subscribe to:
Posts (Atom)
I used this blog as a quick reference. May be it can help you out too!