Dynamics AX Learning Portal
Wednesday, April 4, 2018
Get next Month in x++
How to get next month date in x++
static void mthName(Args _arg)
{
Transdate s; ;
s = nextMth(today());
print "next month date is " + s; pause; }
Happy Daxing!
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment