diff --git a/kfet/static/kfet/js/history.js b/kfet/static/kfet/js/history.js index cb9399b2..c087d56a 100644 --- a/kfet/static/kfet/js/history.js +++ b/kfet/static/kfet/js/history.js @@ -166,7 +166,7 @@ function KHistory(options = {}) { if ($day.length == 1) return $day; var $day = $(this.template_day).prependTo(this.$container); - return $day.data('date', at_ser).text(at.format('D MMMM')); + return $day.data('date', at_ser).text(at.format('D MMMM YYYY')); } this.findOpeGroup = function (id) {