Date format
-
Hi,
I’m using WPML translation plugin.
Please could you add the translation format capability for date ?
It would require a modification line 1361 in link-library.php.
Switch
$formatteddate = date('F d Y', $linkitem['link_date']);
to
$formatteddate = date(__('F d Y', 'link-library'), $linkitem['link_date']);Or something better with strftime. But I’m not a PHP expert 😉
Thanks and regards
Luma
The topic ‘Date format’ is closed to new replies.