Hello,
I’m also getting same date format with “1970-01-01”.
I have updated your code,
if($bp_fields[$data->field_id]->type == 'datebox') {
$date = new DateTime($data->value);
$data->value = $date->format($wpue_config->date_format);
But its not working, please can you see the code again please…
-
This reply was modified 9 years, 1 month ago by adityashevle.
Oh thank you, so the problem is not in extension.