RE: [PHP-DB] Date comparison problem

2002-07-11 Thread Gabor Niederlaender
Message- From: Gabor Niederlaender [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 8:21 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Date comparison problem Hi all! I have got a datetime field in a MS-SQL DB, and I have a date field in my html-form with the format: DD/MM/

RE: [PHP-DB] Date comparison problem

2002-07-11 Thread joakim . andersson
PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP-DB] Date comparison problem But I would like to do it the other way round. I mean for the solution you have mentioned, I have to make the query on the whole record, then compare the two dates and filter the right ones. I'd like to make the query

[PHP-DB] Date comparison problem

2002-07-10 Thread Gabor Niederlaender
Hi all! I have got a datetime field in a MS-SQL DB, and I have a date field in my html-form with the format: DD/MM/. I would like to compare the two, but I think the two formats are a bit different and they do not really want to be compared:) If I write a query to write out the datetime

RE: [PHP-DB] Date comparison problem

2002-07-10 Thread Ryan Jameson (USA)
PROTECTED] Subject: [PHP-DB] Date comparison problem Hi all! I have got a datetime field in a MS-SQL DB, and I have a date field in my html-form with the format: DD/MM/. I would like to compare the two, but I think the two formats are a bit different and they do not really want to be compared