Hi Everyone,
I want to format the date that is being displayed in the alert box. My code is here:
View:
Controller:
Output:
In the above, I would like to see the date as "Mar 10, 2016" instead of "3/10/2016". Could anybody tell me what is the further coding I have to do (like using .format() function) to add to my previous code in the controller. I see some examples are there in SAPUI5 explored with "Data Binding" options. But I want some code to change it without using binding.
Thanks and Regards,
Teja.


