String getFullFormattedDate({String? from}) { initializeDateFormatting("pt_BR"); return "${getOnlyFormattedDate(from: from)} às ${getOnlyFormattedTime(from: from)}"; }