Issue #3506168: Certain date elements are not currently translated
1 unresolved thread
Closes #3506168
Merge request reports
Activity
added 1 commit
added 1 commit
added 1 commit
566 568 // Format the month display, if needed. 567 569 $month_separator = NULL; 568 570 if ($freq === 'YEARLY') { 569 $month = date('F', $start_ts); 571 $month = \Drupal::service('date.formatter')->format($start_ts, 'custom', 'F');
Please register or sign in to reply