Forum Moderators: open

Message Too Old, No Replies

MySQL and its date handling

         

ahmedtheking

8:32 pm on May 11, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Can MySQL insert a custom date? For example, in PHP the equivalent would be date("ym") (Year (07) Month (05))

eelixduppy

10:33 pm on May 11, 2007 (gmt 0)



DATE_FORMAT [dev.mysql.com] should be what you are looking for.

ahmedtheking

10:17 am on May 12, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thank you!