formatDate

Type: function
Returns a string representation of the input time, using java.text.SimpleDateFormat as the mechanism of serialization. The format parameter determines the shape of the output.

Body

function(dateTime,dateTimeFormatString,optionOfTimezoneString){...}

Classpath

Children