https://github.com/christopheralphonse/starting-react
Expenses Tracker
https://github.com/christopheralphonse/starting-react
Last synced: over 1 year ago
JSON representation
Expenses Tracker
- Host: GitHub
- URL: https://github.com/christopheralphonse/starting-react
- Owner: ChristopherAlphonse
- Created: 2022-04-30T23:26:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T14:10:33.000Z (over 1 year ago)
- Last Synced: 2025-01-20T20:52:00.653Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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