Active
Project:
Content Construction Kit (CCK)
Version:
6.x-2.9
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2012 at 00:12 UTC
Updated:
17 Jun 2012 at 20:06 UTC
This post explains how to add a field representing the length of piece of music in minutes and seconds (eg. 35m 05s). Other may find it useful too.
Comments
Comment #1
amitsedaiz commentedGreat.... Thanks. Had been looking for a solution like this. Just a query... if my format is H:i , is there a possibility to add am or pm in the 12 hour format?
Comment #2
iantresman commentedYes, the format is specified by the PHP date format, so to add am or pm, change the format string from "H:i" to "H:i a".