in reply to Can not insert Date
$date = param('date'); print "got date $date in cgi";
I guess the other basic thing to check would be to use your database's command line tool to make sure that it recognized the date format of what your feeding it as a date.
Your database might have very specific rules on how to format dates.
|
|---|