Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Military time

Status
Not open for further replies.

buzzt

Programmer
Joined
Oct 17, 2002
Messages
171
Location
CA
Anyone have some nice compact code for converting military time (24:00) taken from a MySQL database to standard using PHP?
 
use mysql's dateformat
use php date("format options",$dbvalue);


Bastien

Cat, the other other white meat
 
The last one did it perfectly! Thanks lots!
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top