If I have dates such as 23/05/2011, 17/03/2012, 01/07/2010 etc. in a string array is it possible to sort the years first then months then days instead of it sorting the days first?
-
4if they are in a string array they are strings (not Dates) because string arrays hold...well, you knowŇɏssa Pøngjǣrdenlarp– Ňɏssa Pøngjǣrdenlarp2015-03-30 19:49:02 +00:00Commented Mar 30, 2015 at 19:49
-
3Yes, but first you should ask yourself if the string array should be a string array instead of a DateTime array.xanatos– xanatos2015-03-30 19:50:19 +00:00Commented Mar 30, 2015 at 19:50
Add a comment
|