dateToFormat method
Implementation
String dateToFormat({
DateFormat Function([dynamic])? customFormat,
HmsFormat? hmsAddFormat,
}) {
return HbUtil.dateTimeFormat(
HbRouter.key.currentState!.context,
time: this,
customFormat: customFormat,
hmsAddFormat: hmsAddFormat,
);
}