//ERDDAP/com.cohort.util/ScriptCalendar2/format
format
[JVM]
open fun format(epochSeconds: Double, pattern: String, zone: String): String
This formats the epochSeconds time value using the pattern.
Return
the formatted time string (or "" if trouble)
Parameters
JVM
epochSeconds |
pattern |
zone |