Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 175888

RE: Computed filed method for Date in Data entity in D365

$
0
0

Hi Naveen,

date _date;

Day _day;

Name _dayName;

int dayWeek;

MonthName _month;

_date = today();

_day = dayOfMth(_date);

dayWeek = dayOfWk(_date);

_dayName = dayName(dayWeek);

info(strFmt("Date -%1 Day -%2 DayName -%3 , Month of year -%4 %5",_date,_day,_dayName, mthName(mthOfYr(_date)) , year(_date)));


Viewing all articles
Browse latest Browse all 175888

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>