Int to H:i:s
-
Hello,
I’m making a pod template within a list like:
Post title Audio duration Total duration
{@post_title} || {@post_audio_duration} (180 i.e.) || 3:00 (H:i:s)
{@post_title} || {@post_audio_duration} (120 i.e.) || 5:00I tried to convert int to h:m:s format, using {@audio_duration,gmdate(H:i:s)} without success.
Later, I want to sum the time on each new row. I planned to make it with php but it seems php is deprecated on pods.
Is there a way to make it?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Int to H:i:s’ is closed to new replies.