Minase Posted September 9, 2008 Share Posted September 9, 2008 hy there i have a little problem with echoing time... <?=date("G : i", ($m['Time'] - time() - 3600));?> how can i use letters like date("G 'h' i 'm'", time()) i mean near hours to show an H and near minutes to show and M thanks Link to comment https://forums.phpfreaks.com/topic/123412-solved-php-time/ Share on other sites More sharing options...
thebadbad Posted September 9, 2008 Share Posted September 9, 2008 Just escape the characters with a backslash. Link to comment https://forums.phpfreaks.com/topic/123412-solved-php-time/#findComment-637387 Share on other sites More sharing options...
Minase Posted September 9, 2008 Author Share Posted September 9, 2008 thanks Link to comment https://forums.phpfreaks.com/topic/123412-solved-php-time/#findComment-637388 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.