prettyPrint method

String prettyPrint()

Prints a DateTime with the format {yyyy/mm/dd}.

Implementation

String prettyPrint() => "$year/$month/$day";