Recent Posts
Recent Comments
Tags
- devbookclub
- 깃헙 클론 에러
- react scripts
- FOUR GRIT
- React
- Google Analytics
- Day.js
- 존 야블론스키
- 포그리트
- Jon Yablonski
- uxui
- Clean Code
- data management
- 클린코드
- Day js
- nomad coders
- github
- law of ux
- Data Driven UX
- UX
- github clone
- 노개북
- react ga
- 개발자북클럽
- cleancode
- 노마드코더
- 구글 애널리틱스
- react ga4
- 구글애널리틱스
- NomadCoders
Link
TURI BLOG
[Day.js] Format, Relative Time, and more about Day js 본문
[TIL]Today I Learned
[Day.js] Format, Relative Time, and more about Day js
TURI BLOG 2023. 10. 10. 12:43
A part of my task was:
A part of my task was to format the date in the order of day, month, and year in short forms.
Since the existing code was written by my team using Day.js, I also used Day.js and explored its official documentation.
https://day.js.org/docs/en/display/format
Day.js · 2kB JavaScript date utility library
2kB JavaScript date utility library
day.js.org
How to use Format in Day.js?
https://day.js.org/docs/en/display/format
Day.js · 2kB JavaScript date utility library
2kB JavaScript date utility library
day.js.org
How to use Relative Time in Day.js?
https://day.js.org/docs/en/plugin/relative-time
Day.js · 2kB JavaScript date utility library
2kB JavaScript date utility library
day.js.org
Learn more about Day.js
Questions?
'[TIL]Today I Learned' 카테고리의 다른 글
Comments