Umbraco
Parsing dates from Umbraco’s Date Picker
I had some trouble parsing the date strings created by Umbraco’s Date Picker to a System.DateTime object. Following is a short snippet, which does the trick: Note that content is an IPublishedContent object.