Problems inserting a date...

2003-02-19 Thread Alejandro C. Garrammone
I had a problem inserting a date...which format do I need to use?...I'm using -mm-dd, but when I throw a query, the records display -00-00. Thx in advance - Before posting, please check:

Re: Problems inserting a date...

2003-02-19 Thread Stefan Hinz
Alejandro, I had a problem inserting a date...which format do I need to use?...I'm using -mm-dd, but when I throw a query, the records display -00-00. You can insert a date as a string or as a number. Examples: 20030219 -- today, as a number '2003-02-19' -- today, as a string You