How to set date in a date field from a variable in dynamic crm using javascript?
I have a variable that contain a date
var fullDate = "16-03-1988";
I want to fill in the Date field in crm with the above data, this is how I tried doing it:
window.parent.Xrm.Page.getAttribute("dea_dateofbirth").setValue(fullDate);
It is not working. Please assist
Kind Regards
Siyabonga