|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
MySQL Date Format
With regards to the MySQL date.
Everyone knows that the format is YYYY-MM-DD, but I want it in DD-MM-YYYY. Is there a way of doing that? Thanks, Liam |
|
#2
|
|||
|
|||
|
RE: MySQL Date Format
SELECT DATEFORMAT(datefield,"%d-%m-%Y") FROM table
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > MySQL Date Format |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|