dateAndTime constant

DateTimeFormatter const dateAndTime

Prints date and time (combines onlyDate and onlyTime).

Example:

  • 2019-06-04 12:30:40.550

Implementation

static const DateTimeFormatter dateAndTime = _dateAndTime;