/**
* Copyright 2015, Yahoo! Inc.
* Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
*/importFormatDateFormatterfrom'./format-date';
constFormatTime = FormatDateFormatter.extend({
formatType: 'time'
});
exportdefaultFormatTime;