0

I'm trying to re-create this website : https://sbuxdates.com/

I have the html & css complete, but I'm struggling with making it dynamic.

how can I use javascript to display the dates? is there a resource you could share with me that would teach me more? thanks!

Samathingamajig
  • 11,839
  • 3
  • 12
  • 34
  • 1
    [The Date class](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date), or one of the libraries [here](https://momentjs.com/docs/#/-project-status/recommendations/) – Samathingamajig Jun 17 '21 at 03:10
  • 1
    Does this answer your question? [Add days to JavaScript Date](https://stackoverflow.com/questions/563406/add-days-to-javascript-date) – Samathingamajig Jun 17 '21 at 03:14
  • View source and look at main.js, it has everything you need. – RobG Jun 17 '21 at 03:52

0 Answers0