|
|
|
|
@ -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,
|
|
|
|
|
),
|
|
|
|
|
|