Hello all. To display the date in the format dmY, I went to the datepicker setting and I entered:
format: ('d/m/Y'), days: ['Domenica', 'Lunedi', 'Martedi', 'Mercoledi', 'Giovedi', 'Venerdi', 'Sabato'], months: ['Gennaio', 'Febbraio', 'Marzo', 'Aprile', 'Maggio', 'Giugno', 'Luglio', 'Agosto', 'Settembre', 'Ottobre', 'Novembre', 'Dicembre']
But the mail still get the date format Ymd and so also the table in the database saves the date in this format. How can I fix?
In custom date picker in the actions I have included both in the format dmY in
Date format shown
&
Date format posted
Thanks
format: ('d/m/Y'), days: ['Domenica', 'Lunedi', 'Martedi', 'Mercoledi', 'Giovedi', 'Venerdi', 'Sabato'], months: ['Gennaio', 'Febbraio', 'Marzo', 'Aprile', 'Maggio', 'Giugno', 'Luglio', 'Agosto', 'Settembre', 'Ottobre', 'Novembre', 'Dicembre']
But the mail still get the date format Ymd and so also the table in the database saves the date in this format. How can I fix?
In custom date picker in the actions I have included both in the format dmY in
Date format shown
&
Date format posted
Thanks