Hi, is it possible to turn a number into the corresponding month, like turn 1 into Jan like the function?
There is the Date() function for it. For a full date, i usually do this: date("l, n<sup>S</sup> F Y"); It'll output eg: Monday, 25<sup>th</sup> October 2847 See http://www.php.net/manual/function.date.php for details of possible elements to place in the date.
Life would be much easier if we could just look at the source code.