After update calculation broke
-
Hi there,
my client updated (from 1.0.1 to 1.0.13) the plugin and one field doesnt work anymore.
Here is the equation:
(function(){
var month_names = [‘Januar’, ‘Februar’, ‘M?rz’, ‘April’, ‘Mai’, ‘Juni’, ‘Juli’, ‘August’, ‘September’, ‘Oktober’, ‘November’, ‘Dezember’];
var d = new Date(
CDATE(fieldname2+280+fieldname3,’mm/dd/yyyy’));
return d.getDate()+’. ‘+month_names[d.getMonth()]+’ ‘+d.getFullYear();
})()there is no output anymore…
any suggestions?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘After update calculation broke’ is closed to new replies.