UNPKG

ember-intl

Version:

Ember toolbox for internationalization.

13 lines (9 loc) 286 B
/** * Copyright 2015, Yahoo! Inc. * Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. */ import FormatDateFormatter from './format-date'; const FormatTime = FormatDateFormatter.extend({ formatType: 'time' }); export default FormatTime;