help to convert excel formula to javascript in PDF
hi,
I am creating a PDF form and I need help to convert the below excel formula to javascript in PDF
=IF(F12<>"",(DATEDIF(F12,TODAY(),"y")&" Year "&DATEDIF(F12,TODAY(),"m")-12*DATEDIF(F12,TODAY(),"y")&" months"),"")
anyone can help pls?
|