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 :

Ax Code to get first and last day from date

SANTOSH KUMAR SINGH Profile Picture SANTOSH KUMAR SINGH 1,224
To get First day of Month you can try below code.

info(date2str(DateStartMth(Today()),123,2,2,2,2,4));

To get Last day of Month you can try below code in job.

info(date2str(endmth(Today()),123,2,2,2,2,4));


This was originally posted here.

Comments

*This post is locked for comments