Hello People,
How do i code my script to echo my cade in the below format?
2nd May, 2009
02-05-2009
Regards,
adsegzy
date format
Moderator: General Moderators
-
sureshmaharana
- Forum Commoner
- Posts: 30
- Joined: Thu Jul 03, 2008 4:20 am
- Contact:
Re: date format
date("dS M, Y"); // 2nd May, 2009
date("d-m-Y"); //02-05-2009
date("d-m-Y"); //02-05-2009
Re: date format
Zend_Date is really useful too