From 6b7659a6637ecef69c63587807d1038a8bc39640 Mon Sep 17 00:00:00 2001 From: francescbassas Date: Sun, 18 Jun 2017 01:30:37 +0200 Subject: [PATCH] Apply mlutfy changes --- CRM/Member/Page/DashBoard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Member/Page/DashBoard.php b/CRM/Member/Page/DashBoard.php index b33d68d0d3..84ace2eba7 100644 --- a/CRM/Member/Page/DashBoard.php +++ b/CRM/Member/Page/DashBoard.php @@ -428,7 +428,7 @@ class CRM_Member_Page_DashBoard extends CRM_Core_Page { $this->assign('membershipSummary', $membershipSummary); $this->assign('totalCount', $totalCount); - $this->assign('month', date('F', $monthStartTs)); + $this->assign('month', CRM_Utils_Date::customFormat($monthStartTs, '%B')); $this->assign('year', date('Y', $monthStartTs)); $this->assign('premonth', CRM_Utils_Date::customFormat($preMonth, '%B')); $this->assign('currentMonth', date('F')); -- 2.25.1