date sorting

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LakshmiAlagappan
    New Member
    • Jul 2007
    • 5

    date sorting

    how to sort a array of date in this formant mm/DD/YYYY?
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by LakshmiAlagappa n
    how to sort a array of date in this formant mm/DD/YYYY?
    Have a look at the Arrays utility class and the Comparator interface
    (hint: you have to implement your own Comparator).

    kind regards,

    Jos

    Comment

    Working...