I want to transform a date from this format: 01/07/09
to this jan 07,09
.
How can I do that in PHP?
I'm pretty sure this is what you need.
<?php echo date('M d, y', strtotime('01/07/09'));?>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With