in reply to Trying to order by date
i tried to cahnge the msyql column of date fro m text to datetime but what i get is 00-00-00 00:00:00If you have to handle a datetime, use a datetime and not a text. There are two considerations about this:
If you fix the dates in your guestlog table you'll obtain what you're looking for, the query is right.
Flavio
perl -ple'$_=reverse' <<<ti.xittelop@oivalf
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Trying to order by date
by Nik (Initiate) on Aug 04, 2005 at 11:17 UTC | |
by Joost (Canon) on Aug 04, 2005 at 11:42 UTC | |
|