Вызывается: org.springframework.expression.spel.SpelEvaluationException: EL1029E: (pos 0)

Функциональная функция JavaScript.

 function calculateAge(birthday) { // birthday is a date
   var ageDifMs = Date.now() - birthday.getTime();
   var ageDate = new Date(ageDifMs); // miliseconds from epoch
   return Math.abs(ageDate.getUTCFullYear() - 1970);
 }
0
задан Lightz 18 January 2019 в 23:34
поделиться