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 :
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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 21

#2
dserp Profile Picture

dserp 4

#2
dekion Profile Picture

dekion 4

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans