Hey there,
yes you need to modify the file:
application/helpers/date_helper.php
just add the new format
'd F,Y' => array(
'setting' => 'd F,Y',
'datepicker' => 'd.m.yyyy'
)
But don’t forget to add the comma before you add the new format