parseDateString

Type: function
Returns an Option[Long] representing epochTime in milliseconds, parsed using java.text.SimpleDateFormat. The format parameter represents the pattern used to parse the string, if tryDefaultPatterns is true additional predefined patterns will be attempted but this can be slow

Body

function(input: Any, format: String, timeZone: Option[String] = None, tryDefaultPatterns: Boolean = false){...}

Classpath

Children