Skip to content
Prev 312221 / 398506 Next

output data by date?

Your date "string" is sorted in alphabetic order.  You need to convert
to a Date class and then sort as this example shows:
[1] "10.5.2011"  "11.21.2011" "4.5.2011"   "5.17.2011"  "6.27.2011"
"8.16.2011"
[1] "2011-04-05" "2011-05-17" "2011-06-27" "2011-08-16" "2011-10-05"
"2011-11-21"

        
On Wed, Nov 28, 2012 at 7:13 AM, Kathleen Regan <kath.regan at gmail.com> wrote: