An open API service indexing awesome lists of open source software.

https://github.com/christopheralphonse/starting-react

Expenses Tracker
https://github.com/christopheralphonse/starting-react

Last synced: over 1 year ago
JSON representation

Expenses Tracker

Awesome Lists containing this project

README

          

# Expense Tracker

- Learned how to output full date using .toDateString()
- Learned how to output Month using .toLocaleString('en-US', {month: "long"})
- Learned how to output Day using .toLocaleString(en-US, {day: '2-digit'})
- Learned how to output Year using .getFullYear()

# Great place to read about this

- https://www.w3schools.com/jsref/jsref_tolocalestring.asp

- https://www.freecodecamp.org/news/how-to-format-dates-in-javascript/#:~:text=The%20most%20used%20method%20to,0100%20(British%20Summer%20Time).

- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString