Search Results

0
votes

Natural language date/time parser for .NET?

I'm not aware of one, but it sounded like a cool problem, so here's my whack at it (VB.NET): Private Function ConvertDateTimeToStringRelativeToNow(ByVal d As DateTime) As String …