formatDateWithRegrex method

String formatDateWithRegrex({
  1. required String regrex,
})

Implementation

String formatDateWithRegrex({required String regrex}) =>
    DateFormat(regrex).format(this);