我有一个带过滤器oEntry的创建:
oEntry.Budat = new Date();
oDataModel.create('/DeliveryCompleteSet', oEntry, null, function(oData){
MessageToast.show(oData.Text,{
duration: 5000,
width: "100em",
});
oEntry包含一个日期字段,当我执行create时,它给出了一个错误“无效日期”。这个领域必须是什么格式?