Date handling in AX 2012

Hi, dateStartMth and dateEndMth in ax 2012//Get day from datedayOfMth(systemdateget()) //Get month from datemthOfYr(systemdateget()) //Get year from dateyear(systemdateget()) // Ger Ist date of the monthdateStartMth (DueDate); // If DueDate = 18111989 this method returns 01111989 // Get Last date of the monthdateEndMth (DueDate) // If DueDate = 18111989 it returns 30111989 // Get no of […]