Jump to content

[SOLVED] time format help


mrjgx

Recommended Posts

hello all, i have problem formatting the time to be inserted into mysql database.

I have read in the php.net function list and here's my code snippet:

 

$format = '%H:%M:%S';

$strf = strftime('$format');

 

$today_time = time('$strf');

 

but when the time is inserted into the database, the time turn out to be like this: 1200531210

 

Is my formatting correct? please help.

 

Thx in advance

Link to comment
https://forums.phpfreaks.com/topic/86393-solved-time-format-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.