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

Announcements

No record found.

News and Announcements icon
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

    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

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

  • Community Member Profile Picture
    on at

    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

    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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 24

#2
Michel ROY Profile Picture

Michel ROY 14

#3
Jagadabi Profile Picture

Jagadabi 6

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans