mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 17:30:13 +01:00
Bugfix, date format not changed to local format
- Fixes #3718
- intoduced by commit 4aee129cdc
This commit is contained in:
parent
424862e313
commit
5e7efa0098
3 changed files with 0 additions and 4 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
import { DatePicker } from '/client/lib/datepicker';
|
import { DatePicker } from '/client/lib/datepicker';
|
||||||
import moment from 'moment';
|
|
||||||
import Cards from '/models/cards';
|
import Cards from '/models/cards';
|
||||||
|
|
||||||
Template.cardCustomFieldsPopup.helpers({
|
Template.cardCustomFieldsPopup.helpers({
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
import moment from 'moment';
|
|
||||||
import { DatePicker } from '/client/lib/datepicker';
|
import { DatePicker } from '/client/lib/datepicker';
|
||||||
|
|
||||||
Template.dateBadge.helpers({
|
Template.dateBadge.helpers({
|
||||||
|
|
|
||||||
|
|
@ -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
|
// Helper function to replace HH with H for 24 hours format, because H allows also single-digit hours
|
||||||
function adjustedTimeFormat() {
|
function adjustedTimeFormat() {
|
||||||
return moment
|
return moment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue