Given a number return a human readable count, unlike apache.
Given a number return a human readable count, unlike apache.commons this will not round down. This can either return as multiples of 1000 (si=true) or 1024 (si=false).
Given a number return a human readable number.
Given a number return a human readable number. This will for example add , between the 10000 seperators (e.g. 10000 becomes 10,000).
Returns a string that describes the time elapsed since timestamp
Returns a string that describes the time elapsed since timestamp
the timestamp to be calculated
a string of time elapsed
Sanitize text to safely output to web frontend.
Sanitize text to safely output to web frontend. For example remove any kind of javascript snippets.
user created text that has not been sanitized
text that has been sanitized
Formatters