UNPKG

ngx-bootstrap

Version:
11 lines 349 B
import { formatDate } from '../bs-moment/format'; var DateFormatter = (function () { function DateFormatter() { } DateFormatter.prototype.format = function (date, format, locale) { return formatDate(date, format, locale); }; return DateFormatter; }()); export { DateFormatter }; //# sourceMappingURL=date-formatter.js.map