Possible Duplicate:
Convert one date format into another in PHP
I want to convert the date format from a particular format to some other.
For example,
Convert the date from ( 2011-06-21 or 2011/06/21 or 06/21/2011 ) to 21062011.
Is there any function to do this job.
Thanks in advance.