0

We have two [Hijiri and English ] datepicker text boxes when given date into hijiri it will convert to Gregorian

suman goud
  • 147
  • 2
  • 13
  • See this simple code here: https://stackoverflow.com/questions/71222556/convert-any-of-the-5-islamic-hijri-calendars-dates-to-any-of-18-world-calenda – Mohsen Alyafei Feb 22 '22 at 14:26

1 Answers1

0

I would recommand you to use a robust solution tested for that. I'd use moment.js (http://momentjs.com/docs/#/plugins/hijri/) in pair with a Hijiri plugin (https://github.com/xsoh/moment-hijri )

Once you have those plugin; manipulating a date from one side to other is very simple. See documentation for more info of the hijri plugin : https://github.com/xsoh/moment-hijri

aorfevre
  • 5,034
  • 3
  • 21
  • 51