Card Details dates in user language format

This commit is contained in:
Martin Filser 2022-04-27 12:59:14 +02:00
parent 3f250a17fd
commit d1714abc6a
2 changed files with 2 additions and 2 deletions

View file

@ -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';

View file

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