Hi.
have one problem, I need the dates in Swedish format, for instance, october is in swedish oktober... How can I do this?
This works so far for english dates:
$date = date( "j F", strtotime( $row[insert_date] ) );
$display_table .= "$date";