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

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

how to get month name and month number from a given date of TransDate type?

(0) ShareShare
ReportReport
Posted on by

i have a date of transDate type and i want the month name in string format and the month number.

plz help.

regards

rajesh mahato

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Chaitanya Golla Profile Picture
    17,225 on at
    RE: how to get month name and month number from a given date of TransDate type?

    Hi,

    Please use the following job to get Month number and name.

    static void Month(Args _args)
    
    {
    
       TransDate d = systemDateGet();
    
       int number;
    
       number = mthOfYr(systemdateget());
    
       info(strFmt("Month Number: %1", number));
    
       info(strFmt("Month Name: %1", mthName(number)));
    
    }


  • Rohin Profile Picture
    4,624 on at
    RE: how to get month name and month number from a given date of TransDate type?

    Vilmos suggested you the same on your last thread. Please don't create multiple thread for same questions.

  • Community Member Profile Picture
    on at
    RE: how to get month name and month number from a given date of TransDate type?

    That thread is a long one and confusing also.

    the above solution provided by chaitanya golla is very well explained.

    sorry for multiple thread

    regards

    rajesh

  • Chaitanya Golla Profile Picture
    17,225 on at
    RE: how to get month name and month number from a given date of TransDate type?

    Hi Rajesh,

    I replied on on your other thread. Please check that job/code.

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…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Community Member Profile Picture

Community Member 4

#1
Martin Tocauer Profile Picture

Martin Tocauer 4

#3
Nayyar Siddiqi Profile Picture

Nayyar Siddiqi 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans