Hello Boss,
Please try the following.
use getValue() instead of getDatevalue.
var shell = oEvent.oSource;
var x = sap.ui.getCore();
var dt = x.byId('dtTime').getValue();
alert("Today is:" +
dt);
Regards,
KK.
Hello Boss,
Please try the following.
use getValue() instead of getDatevalue.
var shell = oEvent.oSource;
var x = sap.ui.getCore();
var dt = x.byId('dtTime').getValue();
alert("Today is:" +
dt);
Regards,
KK.