Change date value from data to date time for edition_timestamp.

This commit is contained in:
Paulo Gustavo Veiga
2012-04-08 18:36:22 -03:00
parent 736d88d000
commit 583b2723d3
3 changed files with 7 additions and 7 deletions

View File

@@ -61,7 +61,7 @@
bSearchable : false,
sTitle : "Last Modified",
bUseRendered: false,
sType: "numeric",
sType: "date",
mDataProp: "lastModificationTime",
fnRender : function(obj) {
var time = obj.aData.lastModificationTime;
@@ -275,7 +275,7 @@
// Register time update functions ....
setTimeout(function() {
jQuery("abbr.timeago").timeago()
}, 30000);
}, 50000);
</script>
</head>
<body>