I have a little problem. I can not figure out how filling the properties fields in the ui designer of some widgets.
Example: Planning calender (openui5)
According the ui5 api ref.
I have to fill(aggregation) the planning calender with a row (PlanningCalenderRow)
and the row requires an appiontment(CalendarAppointment) as IntervalHeader to define start an end of the row.
But some of the given UI5 Widget like ui_unified_CalendarAppointment requires an object (JAVA Date Object) as Property (startDate/endDate).
Does anyone know to i create a (java) date object in the uidesigner to fill this propertie?
new Date(“2019-01-01”);
doesn’t work!