we edit a date format

merge-requests/953/head
RoaaGhali98 3 years ago
parent 0d542a862e
commit af9e8dd095

@ -123,10 +123,15 @@ class _InterventionMedicationScreenState extends State<InterventionMedicationScr
.start,
children: [
AppText(
AppDateUtils.convertDateFormatImproved(
AppDateUtils.getDayMonthYearDateFormatted(
AppDateUtils.convertStringToDate(
model
.allInterventionList[
index].startDatetime),
index].startDatetime)
,isArabic:
projectViewModel
.isArabic,
isMonthShort: true),
fontWeight: FontWeight.w600,
fontSize: 14,
),

Loading…
Cancel
Save