toDDMMMHHmmss method

String toDDMMMHHmmss()

Implementation

String toDDMMMHHmmss() {
  return DateFormat("dd MMM HH:mm:ss").format(this);
}