summaryrefslogtreecommitdiffstats
path: root/includes/view-helpers/class-giglogadmin-concertstable.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/view-helpers/class-giglogadmin-concertstable.php')
-rw-r--r--includes/view-helpers/class-giglogadmin-concertstable.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/view-helpers/class-giglogadmin-concertstable.php b/includes/view-helpers/class-giglogadmin-concertstable.php
index 1288cbd..9bf848c 100644
--- a/includes/view-helpers/class-giglogadmin-concertstable.php
+++ b/includes/view-helpers/class-giglogadmin-concertstable.php
@@ -291,7 +291,7 @@ if ( ! class_exists( 'GiglogAdmin_ConcertsTable' ) ) {
$content .= '</td>';
$content .=
- '<td>' . date( 'd.M.Y', strtotime( $concert->cdate() ) ) . '</td>'
+ '<td>' . $concert->cdate()->format( 'd.m.Y' ) . '</td>'
. '<td>' . strtoupper( esc_html( $concert->cname() ) ) . '</td>'
. '<td>' . esc_html( $concert->venue()->name() ) . '</td>';