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