comparison core/lib/Drupal/Component/Datetime/DateTimePlus.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 1fec387a4317
children 129ea1e6d783
comparison
equal deleted inserted replaced
15:e200cb7efeb3 16:c2387f117808
669 669
670 /** 670 /**
671 * Formats the date for display. 671 * Formats the date for display.
672 * 672 *
673 * @param string $format 673 * @param string $format
674 * A format string using either PHP's date(). 674 * Format accepted by date().
675 * @param array $settings 675 * @param array $settings
676 * - timezone: (optional) String timezone name. Defaults to the timezone 676 * - timezone: (optional) String timezone name. Defaults to the timezone
677 * of the date object. 677 * of the date object.
678 * 678 *
679 * @return string|null 679 * @return string|null