toZonedDateTime

Works off of String representations of ZonedDateTime: When a format is present however, it'll try parsing using that format alone, & return null if it fails.

Return

ZonedDateTime? Null means couldn't parse, else parsed ZonedDateTime.

Parameters

this

String representation of ZonedDateTime.

format

String representing format that should solely be used when parsing the date.