A simple javascript calendar with a glassmorphic UI
- HTML 5
- CSS 3
- Vanilla JavaScript
The javascript file contains the logic of a calendar. It will fetch the system date from browser/device and then set that as today's date. The days and months are stored as arrays and successive increments are carried out. An additional feature is, one can check what day a date falls on any month or year because the pointer remains on the same date as of the present day's date.