Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Hide hour (if no need) in gmdate() function PHP
- $time = time();
- $date_info = getdate( $time);
- $format = ( $date_info['minutes'] > 1) ? 'h.i.s' : 'i.s';
- echo gmdate( $format, $time);
Advertisement
Add Comment
Please, Sign In to add comment