Frank Rocco
|
| Posted: 06/06/2002, 7:34 AM |
|
Hello,
What is the best way to store a date entered by a user into a MySQL database
table?
The entry is 5/23/2002 09:30 AM
MySQL does not like the /, and wants to store the date as YYYY-MM-DD
I would appreciate any help.
Thanks
Frank
|
|
|
 |
Frank Rocco
|
| Posted: 06/06/2002, 7:50 AM |
|
Nevermind, I just noticed the DBFormat property.
Thanks
"Frank Rocco" <farocco@hotmail.com> wrote in message
news:adnrtt$ud6$1@news.codecharge.com...
> Hello,
>
> What is the best way to store a date entered by a user into a MySQL
database
> table?
> The entry is 5/23/2002 09:30 AM
> MySQL does not like the /, and wants to store the date as YYYY-MM-DD
>
> I would appreciate any help.
>
> Thanks
>
> Frank
>
>
|
|
|
 |
|