Is there an equivalent of PHP\'s strtotime() function working on .NET Framework. I\'m talking about it\'s capacity to handle strings likes:
strtotime()
I think the best way this to write extension methods to DateTime to handle your needs.
Maybe, it can be OSS, so the community can help you to implement it.