Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 720 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 720 Bytes

Find Day from Date Web App

A simple web application that determines the day of the week for a given date. Built using HTML, CSS, and JavaScript, this app allows users to quickly find out which day of the week a specific date falls on.

Features

  • Date Input: Enter a date in various formats.
  • Day Calculation: Instant calculation of the day of the week for the given date.
  • User-friendly Interface: Easy-to-use design with clear instructions.
  • Responsive Design: Compatible with both desktop and mobile devices.

Technologies Used

  • HTML: For structuring the web page.
  • CSS: For styling the interface.
  • JavaScript: For calculating the day of the week based on the input date.