mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Card Details dates in user language format
This commit is contained in:
parent
3f250a17fd
commit
d1714abc6a
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
import moment from 'moment';
|
||||
import moment from 'moment/min/moment-with-locales';
|
||||
import { TAPi18n } from '/imports/i18n';
|
||||
import { DatePicker } from '/client/lib/datepicker';
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import { TAPi18n } from '/imports/i18n';
|
||||
import moment from 'moment';
|
||||
import moment from 'moment/min/moment-with-locales';
|
||||
|
||||
// Helper function to replace HH with H for 24 hours format, because H allows also single-digit hours
|
||||
function adjustedTimeFormat() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue