Re: [PHP] Working with time()...

2001-01-16 Thread Jason Brooke
a" <[EMAIL PROTECTED]> To: "PHP LIST" <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001 9:20 AM Subject: [PHP] Working with time()... > > in my database, all entries have a timestamp I need a way to brake the > entries up and sort the entries: > > by yea

[PHP] Working with time()...

2001-01-16 Thread Dallas Kropka
in my database, all entries have a timestamp I need a way to brake the entries up and sort the entries: by year by month according to year by day according to the month and preferably by hour according to the day... How do I do this? Are there functions floating around the net that will do