Re: [PHP] comparing time (related question)

2002-04-24 Thread Erik Price
On Wednesday, April 24, 2002, at 11:37 AM, Jackson Miller wrote: > When storing dates and times in databases is it better to store them as > UNIX timestamps or in one of the SQL date/time types? > > I am working on an application that takes school attendance and has > homework assignments, so I

RE: [PHP] comparing time (related question)

2002-04-24 Thread Maxim Maletsky \(PHPBeginner.com\)
--Original Message- From: Miguel Cruz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 6:20 PM To: Jackson Miller Cc: [EMAIL PROTECTED] Subject: Re: [PHP] comparing time (related question) On 24 Apr 2002, Jackson Miller wrote: > When storing dates and times in databases is it be

Re: [PHP] comparing time (related question)

2002-04-24 Thread Miguel Cruz
On 24 Apr 2002, Jackson Miller wrote: > When storing dates and times in databases is it better to store them as > UNIX timestamps or in one of the SQL date/time types? > > I am working on an application that takes school attendance and has > homework assignments, so I am doing a fair amount of da

[PHP] comparing time (related question)

2002-04-24 Thread Jackson Miller
When storing dates and times in databases is it better to store them as UNIX timestamps or in one of the SQL date/time types? I am working on an application that takes school attendance and has homework assignments, so I am doing a fair amount of date work. Currently I am storing everything as d