This website requires JavaScript.
Explore
Help
Sign in
NoLog.cz
/
decide.nolog.cz
Watch
6
Star
0
Fork
You've already forked decide.nolog.cz
0
Code
Issues
Pull requests
Releases
Wiki
Activity
2eb17b8233
decide.nolog.cz
/
app
/
helpers
/
formatted-date.js
3 lines
79 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Migration to EAK
2014-07-06 19:22:38 +02:00
export
default
function
(
date
,
format
)
{
Starting to move to Ember App Kit
2014-07-06 17:37:54 +02:00
return
moment
(
date
)
.
format
(
format
)
;
Hopefully last fixes due to migration to EAK
2014-07-06 20:15:15 +02:00
}
Reference in a new issue
Copy permalink