Merge pull request #3723 from mfilser/bugfix-date_format_not_changed_to_local_format

Bugfix, date format not changed to local format
This commit is contained in:
Lauri Ojansivu 2021-04-16 19:57:24 +03:00 committed by GitHub
commit 5c9bc1c745
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 4 deletions

View file

@ -1,5 +1,4 @@
import { DatePicker } from '/client/lib/datepicker';
import moment from 'moment';
import Cards from '/models/cards';
Template.cardCustomFieldsPopup.helpers({

View file

@ -1,4 +1,3 @@
import moment from 'moment';
import { DatePicker } from '/client/lib/datepicker';
Template.dateBadge.helpers({

View file

@ -1,5 +1,3 @@
import moment from 'moment';
// Helper function to replace HH with H for 24 hours format, because H allows also single-digit hours
function adjustedTimeFormat() {
return moment