UNPKG

602 BSource Map (JSON)View Raw
1{"version":3,"file":"date-formatter.js","sourceRoot":"","sources":["../../src/datepicker/date-formatter.ts"],"names":[],"mappings":"OAAO,MAAM,MAAM,QAAQ;AAE3B;IAAA;IAIA,CAAC;IAHQ,8BAAM,GAAb,UAAc,IAAS,EAAE,MAAa;QACpC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC/C,CAAC;IACH,oBAAC;AAAD,CAAC,AAJD,IAIC","sourcesContent":["import moment from 'moment';\n\nexport class DateFormatter {\n public format(date:Date, format:string):string {\n return moment(date.getTime()).format(format);\n }\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"]}
\No newline at end of file