FHUDateNullString extension

on

Properties

dateFormat → DateFormat
no setter
timestampToDate DateTime
no setter
toDateTime DateTime
Parse string to DateTime
no setter
tryToDateTime DateTime?
Parse string to DateTime using null Safety
no setter

Methods

toDateWithFormat(String format, [String? locale]) DateTime?
Parse string to nullable DateTime but with a specific format, e.g, 'd-M-y'.