From a1776057cf3d068c3630b45e9501db86ccb93f7e Mon Sep 17 00:00:00 2001 From: larssandergreen Date: Fri, 7 Jul 2023 11:45:23 -0600 Subject: [PATCH] Change default input format for credit card expiration month to NN --- sql/civicrm_data/civicrm_preferences_date.sqldata.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/civicrm_data/civicrm_preferences_date.sqldata.php b/sql/civicrm_data/civicrm_preferences_date.sqldata.php index 467460e28d..979732c056 100644 --- a/sql/civicrm_data/civicrm_preferences_date.sqldata.php +++ b/sql/civicrm_data/civicrm_preferences_date.sqldata.php @@ -29,7 +29,7 @@ return CRM_Core_CodeGen_SqlData::create('civicrm_preferences_date') 'name' => 'creditCard', 'start' => 0, 'end' => 10, - 'date_format' => 'M Y', + 'date_format' => 'm Y', 'time_format' => '', 'description' => ts('Month and year only for credit card expiration.'), ], -- 2.25.1