Recent Posts
Recent Comments
Tags
- Day js
- Jon Yablonski
- 깃헙 클론 에러
- 클린코드
- github
- Data Driven UX
- cleancode
- react ga
- 존 야블론스키
- NomadCoders
- github clone
- UX
- 구글 애널리틱스
- react scripts
- 구글애널리틱스
- Clean Code
- 개발자북클럽
- devbookclub
- law of ux
- react ga4
- Google Analytics
- uxui
- 노개북
- nomad coders
- React
- FOUR GRIT
- 노마드코더
- Day.js
- data management
- 포그리트
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