Hi Denise,
The slash (/) in front of dateValue is not necessary.
Try:
var oControl = new sap.ui.commons.DatePicker({
value: {
path: "dateValue",
type: new sap.ui.model.type.Date({style: "long"})
}
});
Cheers,
Leo
Hi Denise,
The slash (/) in front of dateValue is not necessary.
Try:
var oControl = new sap.ui.commons.DatePicker({
value: {
path: "dateValue",
type: new sap.ui.model.type.Date({style: "long"})
}
});
Cheers,
Leo