in reply to How to get minimum start date in these start dates ?
The idea is very simple: Convert your dates into something that sort can handle, sort them, and you're done. For example, the strings of the form YYYY/MM/DD sort very well. As you don't show the code you have written, we won't do your homework.
|
|---|