This website requires JavaScript.
Explore
Help
Register
Sign In
mingzailao
/
silverbullet
mirror of
https://github.com/silverbulletmd/silverbullet.git
Watch
1
Star
0
Fork
You've already forked silverbullet
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6342eee303
silverbullet
/
packages
/
plugs
/
core
/
dates.ts
4 lines
86 B
TypeScript
Raw
Blame
History
export
function
niceDate
(
d
:
Date
)
:
string
{
return
d
.
toISOString
(
)
.
split
(
"T"
)
[
0
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink