IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Gregorian Date to Hijiri Date and Hijiri Date to Gregorian Date

  • 1.  Gregorian Date to Hijiri Date and Hijiri Date to Gregorian Date

    Posted Sat October 10, 2015 06:38 PM

    Hi All,

    The good news for us in the Islamic world is that Java SE 8 includes support for Hijri Calendar (Umm Alqurra) by default. Date conversions from and to Hirji couldn’t be just easier.

    I hope this should be useful to someone who wants to convert Gregorian calendar to Hijiri calendar or Hijiri calendar to Gregorian calendar.

    This is coded on Java 8 and it will work like a charm without any external jars like JODA or custom built jars

    Please find the attached utility to convert Gregorian calendar to Hijiri calendar and vice versa. For more detials and understand refer [url]https://en.wikipedia.org/wiki/Gregorian_calendar[/url] or [url]https://en.wikipedia.org/wiki/Islamic_calendar[/url]

    You can also refer the link [url]http://www.islamicfinder.org/dateConversion.php[/url] to Gregorian-Hijri Dates Converter

    Let me know if you have any questions or suggestion on this.
    HijriCalendarUtils.zip (10.7 KB)


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 2.  RE: Gregorian Date to Hijiri Date and Hijiri Date to Gregorian Date

    Posted Sat October 10, 2015 07:00 PM

    You can also refer the link [url]http://www.islamicfinder.org/dateConversion.php[/url] to Gregorian-Hijri Dates Converter. *There is a small probability of one day error.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 3.  RE: Gregorian Date to Hijiri Date and Hijiri Date to Gregorian Date

    Posted Sun October 11, 2015 06:21 AM

    Updated the code to remove “small probability of one day error”. For test use the below link:

    [url]http://www.islamicity.com/PrayerTimes/hijriconverter1aPartner.htm[/url]


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods