8,849
edits
Changes
no edit summary
(note: the starttime and endtime '''Standard Fields''' are actually stored as part of the startdate and enddate fields, which is why they are used here)
===Other Functions===
To show the number of characters in a text field, use:
[''fieldname''].length
To show the number of words in a text field, use:
[''fieldname''].split(" ").length
===See Also===