Sharepoint 2010 Learning place & Interview Tips
using System.Globalization;IFormatProvider culture = new System.Globalization.CultureInfo("en-GB", true);DateTime.ParseExact(txtStartDate.Text.Trim(), "dd/MM/yyyy", culture, System.Globalization.DateTimeStyles.NoCurrentDateDefault);
Post a Comment
No comments:
Post a Comment