web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Convert Hijri date to ...
Power Automate
Suggested Answer

Convert Hijri date to Gregorian Date

(0) ShareShare
ReportReport
Posted on by
I'm creating my own flow to extracting custom information from documents and all the documents have Hijri date, so I want a tool or action or method to convert the Hijri date to Gregorian Date.
شهادة شركة معصرة ...

Your file is currently under scan for potential threats. Please wait while we review it for any viruses or malicious content.

Categories:
I have the same question (0)
  • Suggested answer
    anuragporwal Profile Picture
    71 on at
    Hi,
     
    Hijri → Gregorian
    - GET:
      https://api.aladhan.com/v1/hToG?date=25-02-1447
    - Returns JSON with data.gregorian.date (e.g., "21-08-2025").
     
    Power Automate quick test
    - Add an HTTP action:
      - Method: GET
      - URI: 
    https://api.aladhan.com/v1/gToH?date=@{formatDateTime(YOURDATE,'dd-MM-yyyy')}
     
    - Parse JSON with schema:
    {
        "type":"object",
        "properties":{
          "data":{
            "type":"object",
            "properties":{
              "hijri":{"type":"object","properties":{"date":{"type":"string"}}}
            }
          }
        }
      }
    
    
    - Use: outputs('Parse_JSON')?['data']?['hijri']?['date']
    
     
    Notes:
    - Date format must be dd-MM-yyyy (leading zeros required).
    - No auth needed; it’s public. Rate-limited—avoid loops; cache results per date.
     
    Please ✅️ Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like ❤️.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 516

#2
Valantis Profile Picture

Valantis 477

#3
Vish WR Profile Picture

Vish WR 470

Last 30 days Overall leaderboard