PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
pelegk2
Forum Regular
Posts: 633 Joined: Thu Nov 27, 2003 5:02 am
Location: Israel - the best place to live in after heaven
Contact:
Post
by pelegk2 » Wed Apr 07, 2004 5:42 am
Code: Select all
AND FROM_UNIXTIME(`done_date`,'%c')='4'
what does the %c means?
JayBird
Admin
Posts: 4524 Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:
Post
by JayBird » Wed Apr 07, 2004 6:00 am
it gives Month, numeric (0..12)
See here for list of others (2nd table on the page)
Mark
twigletmac
Her Royal Site Adminness
Posts: 5371 Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK
Post
by twigletmac » Wed Apr 07, 2004 6:08 am
RTFM
Mac