.NET equivalent to DateJS
I like the different user-readable strings you can parse with the DateJS javascript project ( http://www.datejs.com/ ). I was wondering if anyone knows of any .NET library that could parse similar strings in .NET?
+2
Tom bell
source
to share
2 answers
Take a look at these questions:
- Fuzzy timing control in C # .NET?
- Fuzzy date algorithm
+2
CMS
source
to share
There are many formatting options for DateTime.Parse .
+1
bobbymcr
source
to share