commit
5c41db0462
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ tvheadend.epg = function() {
|
|||
setMetaAttr(meta, record);
|
||||
|
||||
var dt = new Date(value);
|
||||
return dt.format('l H:i');
|
||||
return dt.format('D, M d, H:i');
|
||||
}
|
||||
|
||||
function renderDuration(value, meta, record, rowIndex, colIndex, store) {
|
||||
|
|
Loading…
Add table
Reference in a new issue