fix 'Pledge Made Date' to show date and not time
authoryashodha <yashodha@cividesk.com>
Thu, 21 Jul 2022 05:00:53 +0000 (10:30 +0530)
committeryashodha <yashodha@cividesk.com>
Thu, 21 Jul 2022 05:00:53 +0000 (10:30 +0530)
CRM/Report/Form/Pledge/Detail.php

index 34f00580023cbfbbe5a8c2233d50b5a905697ed0..0138995bb24b12a203df8a326a4f46c4ad446416 100644 (file)
@@ -109,6 +109,7 @@ class CRM_Report_Form_Pledge_Detail extends CRM_Report_Form {
           ],
           'pledge_create_date' => [
             'title' => ts('Pledge Made Date'),
+            'type' => CRM_Utils_Type::T_DATE,
           ],
           'start_date' => [
             'title' => ts('Pledge Start Date'),