Hey everbody,
I have $datum = date("l dS of F Y h:i:s A"
; ... Now I want to store $datum in my mysql database. How can I do this? I only know that I can store a date in my database if the date is yyyy-mm-dd. But now the date is something like 'Wednesday 14th of January 2004 06:13:41 PM'. How can I store this date and time in my database?
The One And Only KryptoS
I have $datum = date("l dS of F Y h:i:s A"
The One And Only KryptoS