11-01-2013 01:30 PM
…
desc += ' ' + me.msg("message.modifiedon") + ' <span class="meta">' + Alfresco.util.formatDate(oRecord.getData("modifiedOn")) + '</span>';
…
Alfresco.util.formatDate = function(date)
{
try
{
return Alfresco.thirdparty.dateFormat.apply(this, arguments);
}
catch(e)
{
return date;
}
};
11-01-2013 01:36 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.