yeah, that's what I figgered. so, now I just sort it before it gets to the list and that fixed it :)
thanks ray! ...tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Information System Design Navtrak, Inc. Mobile workforce monitoring, mapping & reporting www.navtrak.net 410.548.2337 -----Original Message----- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 2:57 PM To: CF-Talk Subject: RE: listSort issues.... ListSort can only sort alpha (w/ case and no case options) or numerically. It cannot sort by dates. ======================================================================= Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Email : [EMAIL PROTECTED] WWW : www.camdenfamily.com/morpheus Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Tony Weeg [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 03, 2003 1:48 PM > To: CF-Talk > Subject: listSort issues.... > > > ok, here below is the cfdump of an array that I have > and when I do an listSort, it doesn't sort it correctly. > > It sorts it as though there is no year on the end. > > my thinking is that It doesn't recognize that these are dates > and is simply sorting by the first letter huh? > > any ideas? > thanks > tony > > > array > 1 02/03/2003 > 2 02/03/2003 > 3 02/02/2003 > 4 02/01/2003 > 5 02/01/2003 > 6 01/31/2003 > 7 01/31/2003 > 71 01/04/2003 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

