You are here

public function ContentHubFilterInterface::changeDateFormatMonthDayYear2YearMonthDay in Acquia Content Hub 8

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

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

File

acquia_contenthub_subscriber/src/ContentHubFilterInterface.php, line 47

Class

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

Namespace

Drupal\acquia_contenthub_subscriber

Code

public function changeDateFormatMonthDayYear2YearMonthDay();