From: larssandergreen Date: Fri, 7 Jul 2023 17:45:23 +0000 (-0600) Subject: Change default input format for credit card expiration month to NN X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a1776057cf3d068c3630b45e9501db86ccb93f7e;p=civicrm-core.git Change default input format for credit card expiration month to NN --- 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.'), ],