UNPKG

ng2-bootstrap

Version:
10 lines 306 B
import moment from 'moment'; export var DateFormatter = (function () { function DateFormatter() { } DateFormatter.prototype.format = function (date, format) { return moment(date.getTime()).format(format); }; return DateFormatter; }()); //# sourceMappingURL=date-formatter.js.map