On 09/09/2012 02:30 PM, Achim wrote:
I have tried to update rcmail_format_date_col() from program/steps/addressbook/func.inc (using date format string "s" for timestamp), and format_date() from program/steps/addressbook/func.inc but RC still writes the date field as "Y-m-d", independent of what I use in rcmail_format_date_col().
This function is used only to display the date. You need to convert the field value in rcube_ldap::_map_data() method which is called before inserting/updating LDAP entry.