Gossamer Forum
Home : Products : Links 2.0 : Customization :

How to really sort by date

Quote Reply
How to really sort by date
Hi

I want to sort by date all links with newest on top (the most recent date on top).
I've set field to sort by to 3 (date in my def) but it sorts the links by the first number of the date
i.e.
1-dec-1999
2-aug-2000
2-jan-1999
5-dec-2000

See what I mean, I need to be able to really sort by date, anyone knows how to achieve this?

thanks
Quote Reply
Re: How to really sort by date In reply to
I'm having no Y2K problems... perhaps your date field is not defined as a date links.def? It should look like...
Code:
Date => [3, 'date', 15, 15, 1, \&get_date, ''],

------------------
The Immuatable Order of Modding
-=-=-=-=-=-=-=-
1. Read the FAQ, 2. Search the board, 2a. Search the board again, 3. ask the question, 4. back-up, 5. experiment, 6. rephrase question (or better yet, post solution to original question)