onlyTime constant

DateTimeFormatter const onlyTime

Prints only the time.

Example:

  • 12:30:40.550

Implementation

static const DateTimeFormatter onlyTime = _onlyTime;