Hello there
Does anybody know how to convert a mySQL DATE data type into a nice format, for example
dateConvert(2001-1-10)
returns
Wednesday, 10 January 2001
And also, if I wanted to go through dates using a for loop, how would I be able to do that?
e.g
for ($d=2001-1-10; $d < 2001-1-17; $d ??) {
steps...
}
Thanks in advance for any help!!
Ardi N






Bookmarks