We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d82608d commit 6af262aCopy full SHA for 6af262a
conferences/index.php
@@ -18,7 +18,7 @@
18
foreach ((new NewsHandler())->getConferences() as $entry) {
19
$link = preg_replace('~^(http://php.net/|https://www.php.net/)~', '', $entry["id"]);
20
$id = parse_url($entry["id"], PHP_URL_FRAGMENT);
21
- $date = date_format(date_create($entry["updated"]), 'Y-m-d');
+ $date = date_format(date_create($entry["updated"]), 'd M Y');
22
$date_w3c = date_format(date_create($entry["updated"]), DATE_W3C);
23
24
$content .= '<div class="news__item" itemscope itemtype="https://schema.org/Event">';
0 commit comments