Hi John Patterson,
Thank you very much for your reply. I have even tried that too
jQuery.sap.require("sap.ui.core.format.DateFormat");
var oDateFormat = sap.ui.core.format.DateFormat.getDateInstance({pattern: "yyyy/MM/dd"});
return oDateFormat.format(new Date(fValue));
but it returns values like this 0NaN/NaN/NaN.
Thanks and Regards,
Dhinesh Kumar.J