String parse([String? format]) { return '$day ${monthsOfTheYr[month - 1]}, $year ${hour % 12} : $minute ${hour > 12 ? 'PM' : 'AM'}'; }