kunkun-laptop .... ;)
all about my laptop
Popular Posts
How to setting Internet and MMS for iPhone (Maxis, DiGi, Celcom, Xpax, U Mobile)
How to setup MMS (CELCOM) for Sony Ericsson W810
How do I install ArcGIS Desktop 9.3 for use with a local license?
How to solve unable to receive MMS (Celcom,Maxis,Digi) messages on Blackberry Torch
How to configure BlackBerry As Modem(Maxis) using Blackberry Desktop
Wednesday, June 17, 2009
How to display date format in PHP
Problem
I currently have
PHP Code:
echo $rows['date'];
which display date as "2009-06-17" (year, month, day)
Solution
PHP Code:
echo date('d m Y', strtotime($rows['date']));
Now i can display date as 22 06 2009
Enjoy ubuntu... ;)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
kunkun-laptop .... ;)
Loading...
No comments:
Post a Comment