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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested Answer

Converting date from Gregorian format to Hijri format

(0) ShareShare
ReportReport
Posted on by 35

Hi Members.

My requriment is to convert date from gregorian format to hijri format and need to print in SSRS report.

First i created a global method.The code is as shown below:

static str hijriDate(Date _transDate)
    {
        TransDate         transDate = _transDate;
        int               HijriDate, HijriMonth;
        str               Year,finaldate, Hijridat, HijriMnth, HijriYr;
        CalendarConverter CalendarConverter;

        CalendarConverter = new CalendarConverter(PreferredCalendar::Hijri);
        HijriDate = CalendarConverter.dayofmth(transDate);
        HijriMonth = CalendarConverter.mthofyr(transDate);
        Year = CalendarConverter.yearStr(transDate);

        Hijridat = int2str(HijriDate);
        HijriMnth = int2str(HijriMonth);
        finaldate = strFmt("%1/%2/%3", Year, HijriMnth, Hijridat);

        return finaldate;
    }

then i extend the DP Class PSAProjInvoiceDp.The code is show below:

[ExtensionOf(classstr(PSAProjInvoiceDP))]
final class ITPsaProjInvoiceDP_Extension
{
    protected void populatePSAProjInvoiceHeaderTmp()
    {
        next populatePSAProjInvoiceHeaderTmp();

        PSAProjInvoiceHeaderTmp     tmpPSAProjInvoiceHeader;

        tmpPSAProjInvoiceHeader.InvoiceDate = str2Date(ITGlobal::hijriDate(projInvoiceJour.InvoiceDate) , 123);
           
    }

}

At last the date is not getting the desired hijri format.

Please help me in this regard.

Thanks in advance

I have the same question (0)
  • Suggested answer
    ergun sahin Profile Picture
    8,826 Moderator on at

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Martin Dráb Profile Picture

Martin Dráb 584 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 499 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 254 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans