- This program calculates the day for any given date.
- JavaScript
- JQuery
- HTML5
- CSS
- Bootsrap
- Webpack
- Clone repo, from the root directory, install dependencies.
$ git clone https://github.com/rochellev/weekdayCalculator.git
$ cd weekdayCalculator
$ npm install
Behaviors | Input | Output |
---|---|---|
type date and return day of the week | 06/26/2019 | Wednesday |
invalid date results in message | 13/44/2020 | output is "Date is not defined" |