mirror of
https://github.com/wekan/wekan.git
synced 2025-12-30 14:18:48 +01:00
indend corrections
This commit is contained in:
parent
3bf4f3ef40
commit
ef99e6a6b1
3 changed files with 11 additions and 11 deletions
|
|
@ -95,9 +95,9 @@ CardCustomField.register('cardCustomField');
|
|||
}
|
||||
|
||||
showDate() {
|
||||
// this will start working once mquandalle:moment
|
||||
// is updated to at least moment.js 2.10.5
|
||||
// until then, the date is displayed in the "L" format
|
||||
// this will start working once mquandalle:moment
|
||||
// is updated to at least moment.js 2.10.5
|
||||
// until then, the date is displayed in the "L" format
|
||||
return this.date.get().calendar(null, {
|
||||
sameElse: 'llll',
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue