Returns the true if the CalculationDate falls on the end of the year, otherwise false.
var date = now.valueOf('2017-03-15');
if (date.isEndOfYear()){
//doesn’t run
}
Returns the true if the CalculationDate falls on the end of the year, otherwise false.
var date = now.valueOf('2017-03-15');
if (date.isEndOfYear()){
//doesn’t run
}