From f6f44e76d926af2459c8f495afe91be046b2c9d8 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Wed, 11 May 2022 14:21:44 +0800 Subject: [PATCH] * Mofidy date format. --- module/kanban/view/viewarchivedcard.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/kanban/view/viewarchivedcard.html.php b/module/kanban/view/viewarchivedcard.html.php index 0626663b00..508d3c2034 100644 --- a/module/kanban/view/viewarchivedcard.html.php +++ b/module/kanban/view/viewarchivedcard.html.php @@ -96,7 +96,7 @@ $app->loadLang('productplan'); if(!common::hasPriv($card->fromType, 'view')) echo "
$name
"; echo "
"; if(isset($lang->{$card->fromType}->statusList[$card->objectStatus])) echo "" . $lang->{$card->fromType}->statusList[$card->objectStatus] . ''; - if(isset($card->date) and !helper::isZeroDate($card->date)) echo "" . date("m/d", strtotime($card->date)) . "" + if(isset($card->date) and !helper::isZeroDate($card->date)) echo "" . date("Y-m-d", strtotime($card->date)) . "" ?> end) and !helper::isZeroDate($card->begin) and $card->begin != '2030-01-01' and $card->end != '2030-01-01'):?>