Forum Moderators: coopster
How do I do this?
I thought is I select with DATE_FORMAT but do I need to do this twice? so in my select statement I have
DATE_FORMAT(when, '%W, %M, %m, %Y') as dayheader, DATE_FORMAT(when, '%l,%i,%p') as time,
and how would I get my , and : added in for formating? Would it be better to select each part speratly?
OR can I just select one and format it on the fly in my while statment?