Executes a method with methodname and arguments in the given context
If context is a formname a form method is executed, if null a global method will be assumed.
Format a given number of miliseconds in a formatted time
Note:if the time (in milliseconds) is smaller than ~month, it is calulated without a timezone)
Format a given number of miliseconds in a formatted time
Note:if the time (in milliseconds) is smaller than ~month, it is calulated without a timezone)
Converts a String to multiline HTML markup by replacing newlines with
line break entities (<br/>) and multiple occurrences of newline
with paragraph break entities (<p>).