Skip to content

SudhanParajuli/AD-BS-Date-Convertor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BS to AD AND AD TO BS Date Converter

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.

Features

  • Convert BS dates to AD dates.
  • Convert AD dates to BS dates.
  • User-friendly and responsive interface.

Technologies Used

  • 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.

API Endpoints Used

  1. Convert BS Date to AD Date
    Endpoint: /BStoAD/<year>/<month>/<day>
    Example: /BStoAD/2080/1/1
  2. Convert AD Date to BS Date
    Endpoint: /ADtoBS/<year>/<month>/<day>
    Example: /ADtoBS/2023/1/15

Author

Developed by Sudhan Parajuli using the Date Conversion API by Sudhan Parajuli.

Releases

No releases published

Packages

No packages published