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?

 

 

 

 


 

Comments