in reply to Re: How do I sort something by date?
in thread How do I sort something by date?

You need to add "using DateTime" to the title. Most people will just use timestamps for sorting by date, or a fixed-length date string.
  • Comment on Re: Answer: How do I sort something by date?