mySqlFormat method

String mySqlFormat()

Implementation

String mySqlFormat() => Moment.tryParse(this ?? '')?.format("YYYY-MM-DD HH:mm") ?? "";