we edit a date format

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

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

Loading…
Cancel
Save