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

Re: XML FeedItem propery publicationDate

$
0
0

Hi Jaime, try to use a Date object. An example:

 

var oTwoDaysAgo = new Date();
oTwoDaysAgo.setDate(oTwoDaysAgo.getDate() - 2);
var oFinanceArticle = new sap.suite.ui.commons.FeedItem({  
title: "America's best little beach towns",  image: "images/grass.jpg",  link: "http://www.cnn.com/2013/06/12/travel/best-beach-towns/index.html",  source: "CNN.com - Top Stories",   publicationDate: oTwoDaysAgo
});

Pau


Viewing all articles
Browse latest Browse all 8501

Trending Articles



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