This website requires JavaScript.
Explore
Help
Sign In
ecency
/
ecency-mobile
Watch
1
Star
1
Fork
0
You've already forked ecency-mobile
mirror of
https://github.com/ecency/ecency-mobile.git
synced
2024-12-19 19:31:54 +03:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3eaccf0eeb
ecency-mobile
/
src
/
utils
/
parseDate.js
2 lines
45 B
JavaScript
Raw
Normal View
History
Unescape
Escape
linting and log details
2020-03-24 13:52:23 +03:00
export
default
(
d
)
=>
new
Date
(
`
${
d
}
.000Z
`
)
;
Reference in New Issue
Copy Permalink