PBU's notes
Dec 4, 2018
Get start date and end date of this month in X++
TransDate _StartDateOfMonth;
TransDate _EndDateOfMonth;
_StartDateOfMonth = DateStartMth(today());
_EndDateOfMonth= endmth(today());
info(strfmt("Start date of this month : %1, End date of this month :%2",_StartDateOfMonth,_EndDateOfMonth));
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment