Drupal 8 Data Formater Service

\Drupal::service('date.formatter')
    ->format($timestamp, $type, $format, $timezone, $langcode);
Dizzy Dove