When I do the below code:
date("d/m/y", $date)
It gives me
04/06/15
How can I make it such a way that it will return
4/6/15
What modifications must I do in order to get the desired output? Please advise thanks.
date("j/n/y", $date);
Try this one
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