Stack Overflow-ers,
I can output the variable $raw_date
as 20130216 by simply using echo $raw_date;
, however I would like to be able to output either 16/02 or 16/02/2013 from the same $raw_date
variable.
Is this possible, and if so how?
Thanks, Jamie