Welcome to my Blog. I am Roy.
This page is only functional for browsers which support javascript.
But without it you can still:
var formatDate = function(d) {
return new Date(d).toLocaleString({}, {
year: "numeric",
month: "short",
day: "2-digit",
hour12: false,
hour: "2-digit",
minute: "2-digit",
});
}
for (var i = 0; i < entry.length; i++) with(entry[i]) {
if (entry[i].summary) {
$summary
}
}