This is a simple web-based date converter that converts dates between the Bikram Sambat (BS) and Gregorian (AD) calendars using the Date Conversion API. The project is built using HTML, CSS, and JavaScript.
- Convert BS dates to AD dates.
- Convert AD dates to BS dates.
- User-friendly and responsive interface.
- HTML: Markup structure for the interface.
- CSS: Styling for the webpage.
- JavaScript: Logic for handling date conversions and API requests.
- Date Conversion API: For converting dates between BS and AD.
- Convert BS Date to AD Date
Endpoint:/BStoAD/<year>/<month>/<day>
Example:/BStoAD/2080/1/1
- Convert AD Date to BS Date
Endpoint:/ADtoBS/<year>/<month>/<day>
Example:/ADtoBS/2023/1/15
Developed by Sudhan Parajuli using the Date Conversion API by Sudhan Parajuli.