fixed error in handling dates with acf format as datepicker and not datetimepicker

This commit is contained in:
asus
2024-04-25 11:58:06 +02:00
parent 7a704a400b
commit 2205044f74
2 changed files with 36 additions and 5 deletions

View File

@@ -98,6 +98,7 @@ class Cipf {
const ACF_PARTNER_OFFER_2_OUTPUT = ['_name'=>'afficher_offre_2', 'show'=>'Afficher', 'hide'=>'Masquer'];
const ACF_PARTNER_OFFER_3_OUTPUT = ['_name'=>'afficher_offre_3', 'show'=>'Afficher', 'hide'=>'Masquer'];
const ACF_READONLY_CLASS = 'readonly_acf';
const ACF_DATE_FORMAT = 'Ymd';
// META
const META_PAYEMENT_STATUS = 'cipf_payement_status';