Change default input format for credit card expiration month to NN
authorlarssandergreen <lars@wildsight.ca>
Fri, 7 Jul 2023 17:45:23 +0000 (11:45 -0600)
committerlarssandergreen <lars@wildsight.ca>
Fri, 7 Jul 2023 17:45:23 +0000 (11:45 -0600)
sql/civicrm_data/civicrm_preferences_date.sqldata.php

index 467460e28d7339197f1b5d508a3373b2683519d2..979732c0566da31e828b87056eb88478d1af895a 100644 (file)
@@ -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.'),
     ],