DateExtension extension

on
  • Date

Static Methods

now() → Date
parse(String date, String pattern) → Date
Parses a date based on the given pattern
tryParse(String date, String pattern) → Date?
Parses a date based on the given pattern