These tags are used to print "humanized" information in a reasonable way, instead of the harder format used by the system by default.
FormatFileSizeTag
Represent a file size in the best available measure units (KB, bytes, MB, etc):
FormatDateTag
Calculate a Date relative to today:
The same behavior is provided by Date.humanized(), present in format.js:
FormatDurationTag
Formats a time elapsed in days, hours, minutes and seconds.
Equivalent to Date.toDuration().humanized() in format.js
Labels:
None