diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index 56b1582d..71d5f3ed 100755 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -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) {