views:

80

answers:

2

I like the different human readable strings you can parse with the DateJS javascript project (http://www.datejs.com/). I was wondering if anyone knew of any .NET library that could parse simiilar strings in .NET?

+2  A: 

There are lots of formatting options for DateTime.Parse.

bobbymcr
+2  A: 

Give look to these questions:

CMS