toLong method

String? toLong()

Implementation

String? toLong() {
  return DateFormat.yMEd().format(this);
}