UNPKG
dayjs-twitter
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
A Twitter-like date formatter for day.js
github.com/freearhey/dayjs-twitter
freearhey/dayjs-twitter
dayjs-twitter
/
src
/
locale
/
es.js
8 lines
•
129 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
default
{
now
:
'Ahora'
,
seconds
:
'%ds'
,
minutes
:
'%dmin'
,
hours
:
'%dh'
,
days
:
'D MMM.'
,
years
:
'D MMM. YYYY'
}