Change l'affichage de la date dans l'historique

Fixes #233
This commit is contained in:
Ludovic Stephan 2019-12-23 11:34:08 +01:00
parent c3b5de336a
commit 9b2c4c1f98

View file

@ -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) {