Remove all plugins / install base theme
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace Helpers;
|
||||
|
||||
class DateFormatter
|
||||
{
|
||||
public static function monthDayYear()
|
||||
{
|
||||
return function ($template, $context, $args, $source) {
|
||||
$dateString = strtotime($context->get($args));
|
||||
|
||||
return date("M d, Y", $dateString);
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user