@skyux/datetime 8.1.0 → 8.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,6 +22,9 @@ import * as i3$2 from '@skyux/theme';
22
22
  import { SkyThemeModule } from '@skyux/theme';
23
23
 
24
24
  // This class is mostly ported from the Angular 4.x DatePipe in order to maintain the old
25
+ // behavior of using the `Intl` API for formatting dates rather than having to register every
26
+ // supported locale.
27
+ // https://github.com/angular/angular/blob/4.4.x/packages/common/src/pipes/date_pipe.ts
25
28
  class SkyDateFormatUtility {
26
29
  /* spell-checker:enable */
27
30
  static format(locale, value, pattern) {