jQuery.sap.require("sap.ui.core.format.DateFormat");
var oDate = new Date("2016-01-22T00:00:00");
var dateInst = sap.ui.core.format.DateFormat.getDateInstance({
pattern: "yyyy.MMM.dd"
});
var tempDate = dateInst.format(oDate);
jQuery.sap.require("sap.ui.core.format.DateFormat");
var oDate = new Date("2016-01-22T00:00:00");
var dateInst = sap.ui.core.format.DateFormat.getDateInstance({
pattern: "yyyy.MMM.dd"
});
var tempDate = dateInst.format(oDate);