yesterday method

DateTime yesterday()

last day

Implementation

DateTime yesterday() => DateTime(year, month, day - 1);