We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 477afcb + f7a86c1 commit 5bed659Copy full SHA for 5bed659
src/core/content-type/formatting.ts
@@ -1,5 +1,5 @@
1
import moment from 'moment'
2
-import urlJoin from 'url-join';
+const urlJoin = require('url-join')
3
const TIME_FORMAT = 'L hh:mm:ss a'
4
5
export function date(date: any) {
0 commit comments