Hello,
Does anyone know how I can, with the date() function or any other function, convert the value of 'm' (for January it's 01), to 'M' (for January it's Jan) and converting between different parameters?
Thanks James Murko
You should be able to use strtotime to convert just about any date into a timestamp and then use the date function to convert it to whatever format you like...
Matt Wade codewalkers.com