use this function instead of yours:function month_fr(today){ var
monthFr:["Janvier", "Février", "Mars", "Avril", "Mai", "Juin",
"Juillet", "Aout", "Septembre", "Octobre","Novembre","Décembre"]; var
thisMonthFr = monthFr[today.getMonth()]; return
thisMonthFr.toString();}Regarding the toLocalDateString it doesn't work
because it isn't implemented natively in ACMy function works a bit the
same as here:Formatting | Adobe Campaign