Problem/Motivation
// Fall back to the 'medium' date format type if the format string is
// empty, either from not finding a requested date format or being given an
// empty custom format string.
if (empty($format)) {
$format = $this->dateFormat('fallback', $langcode)->getPattern();
}
Comment and code don't agree about which format is being used.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3460246
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #8
prem suthar commentedAdded the Changes for comment as per the used Format.
Comment #9
afeijoLooks good.
Comment #14
quietone commentedThanks for getting this correction done quickly!
Comment #15
quietone commented