Page 1 of 1

what does this code means :

Posted: Wed Apr 07, 2004 5:42 am
by pelegk2

Code: Select all

AND FROM_UNIXTIME(`done_date`,'%c')='4'
what does the %c means?

Posted: Wed Apr 07, 2004 6:00 am
by JayBird
it gives Month, numeric (0..12)

See here for list of others (2nd table on the page)

Mark

Posted: Wed Apr 07, 2004 6:08 am
by twigletmac
RTFM ;)

Mac