Re: [PHP-DB] Date Returns

2002-03-16 Thread kras
> Does anyone know if the date function returns false if it cannot convert the > specified date/time to the format? If not, does anyone have a rule set they > use to verify the date is a valid convertible date? I need to update a row > in MSSQL, and it will fail if the date is incorrect. I've

Re: [PHP-DB] Date Returns

2002-03-15 Thread Jason Wong
On Saturday 16 March 2002 00:14, Ryan Marrs wrote: > Does anyone know if the date function returns false if it cannot convert > the specified date/time to the format? If not, does anyone have a rule set > they use to verify the date is a valid convertible date? I need to update > a row in MSSQL,