forked from DGNum/gestioCOF
parent
c3b5de336a
commit
9b2c4c1f98
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ function KHistory(options = {}) {
|
||||||
if ($day.length == 1)
|
if ($day.length == 1)
|
||||||
return $day;
|
return $day;
|
||||||
var $day = $(this.template_day).prependTo(this.$container);
|
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) {
|
this.findOpeGroup = function (id) {
|
||||||
|
|
Loading…
Reference in a new issue