protected DateFormatter::dateFormat($format, $langcode)
Loads the given format pattern for the given langcode.
Parameters
string $format: The machine name of the date format.
string $langcode: The langcode of the language to use.
Return value
string|null The pattern for the date format in the given language for non-custom formats, NULL otherwise.
File
core/lib/Drupal/Core/Datetime/DateFormatter.php, line 323
Class
DateFormatter Provides a service to handle various date related functional