How to display “X Minuets ago” for recent posts.
-
Hi! Im using this code to display human time but it only shows the hours without the minuets.
/* Human Time Function: Usage {@post_date, human_time} in Pods Templates */ function human_time ( $datetime ) { $mod_time = strtotime($datetime); return human_time_diff( $mod_time, current_time('timestamp') ); }
Can you help me make this show Minuets as well like this ” “X hour and X Minuets ago”?
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to display “X Minuets ago” for recent posts.’ is closed to new replies.