You are here

public function ContentHubFilterInterface::changeDateFormatYearMonthDay2MonthDayYear in Acquia Content Hub 8

Change Date format from "Y-m-d" to "m-d-Y".

1 method overrides ContentHubFilterInterface::changeDateFormatYearMonthDay2MonthDayYear()
ContentHubFilter::changeDateFormatYearMonthDay2MonthDayYear in acquia_contenthub_subscriber/src/Entity/ContentHubFilter.php
Change Date format from "Y-m-d" to "m-d-Y".

File

acquia_contenthub_subscriber/src/ContentHubFilterInterface.php, line 52

Class

ContentHubFilterInterface
Provides an interface defining a Acquia Content Hub Filter entity.

Namespace

Drupal\acquia_contenthub_subscriber

Code

public function changeDateFormatYearMonthDay2MonthDayYear();