You may come across a situation, where you may want to find the last day of month.
New Stuff: Sign up for Sage ERP X3 Sales Conference May 2015 Istanbul Sneak Peek.
Sage X3 has a special function to get the last day of month.
eomonth: This function returns the last day of date passed to the function.
Syntax: eomonth( exp_date )
Parameter details:
exp_date: This function requires the date as input parameter and it returns the last day of the month.
Kindly refer to the below snippet of code for better understanding
Also Read:
1) Change date format of the current folder in Sage ERP X3
2) Find earliest date from range of dates
3) How to filter Left browser on field action…!
4) How to Truncate numbers after decimal point
5) How to calculate remainder using x3 mod function