Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2069

Re: Filtering odata table based on month in UI5

$
0
0

you can use this to convert the date format

var date = "get your date from server"

 

var convert = sap.ui.core.format.DateFormat.getDateInstance({pattern:"MM/dd/yyyy"});

 

var req_format = convert.format(date)

//In the variable req_format you date will be stored.


Viewing all articles
Browse latest Browse all 2069

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>