Page 1 of 1

Posted: Tue Feb 03, 2004 9:56 am
by apek
how if i want to use date_format to month that without leading zero?
in mysql date_format,theres only %m,which month with leading zero...

Posted: Tue Feb 03, 2004 11:31 am
by Weirdan
MySQL manual wrote: %m Month, numeric (01..12)
%c Month, numeric (1..12)

Posted: Wed Feb 04, 2004 5:01 am
by twigletmac
Please don't hijack other threads for separate questions and post in the relevant forum. I've split this from the hijacked thread and moved it to the Database forum.

Mac