|
-
Feb 21st, 2000, 04:57 PM
#1
Thread Starter
Junior Member
Hi,
I am wondering if anyone out there knows how to sort an Array by it's firsdt column which happens to be a date. I already have some quick sort routines which dont actually work on dates.
Can anyone help me? (Thanks)
-
Feb 21st, 2000, 08:20 PM
#2
Frenzied Member
If you already have sorting routines why not convert the date to the format YYYYMMDD and then sort on it.
eg;
Date="01/05/2000"
DateToSort=Format(Date,"yyyymmdd")
------------------
Mark "Buzby" Beeton
VB Developer
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|