DateFormatter constructor

DateFormatter(
  1. Date date
)

make a DateFormatter for a Date object

Implementation

DateFormatter(this.date);