I have date stored in a MYSQL dB with the following format:
2004-04-22
The following gets the date in the above format. But, I would like to display the date different ways on different pages. For instance, I want to display the above date as 4/22. How do I extract that information from the current format?
$leaddate = $sql["leaddate"];