We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3268e8 + 983f432 commit 515a0e9Copy full SHA for 515a0e9
helpers/strtodate.php
@@ -7,8 +7,8 @@ public function output() {
7
$format = $this->params->format;
8
$now = $this->params->now;
9
10
- return date( $format, strtotime( $value, $now ) );
+ return date_i18n( $format, strtotime( $value, $now ) );
11
}
12
13
14
-$this->add_helper( 'strtodate', new Strtodate() );
+$this->add_helper( 'strtodate', new Strtodate() );
0 commit comments