views:

199

answers:

1

Hi,

I'm asking the same question as this: http://stackoverflow.com/questions/296738/how-can-i-parse-relative-dates-with-perl but in C#.

Sorry if this is a duplicate, ill delete if so.

Does such a library exist?

Thanks

+1  A: 

This should help:
http://refactormycode.com/codes/488-parse-relative-date

Zyphrax