Hi all,
I have put (dd/M/yyyy) datetime/dateformat in sitesettings of power portal.There is a dob date field on service web page ,which is populated from birthday field of contact record using ajax and it is set using
var x=new Date(res.birthday)
$('#dob').val(x.toString('dd/M/yyyy'))
,where res is result from ajax call ,but I am unable to store dob field in dataverse , dob is showing blank while submitting form on service webpage ,there are no console errors on submission.But if I change the date using date picker and submit form ,it is showing in dataverse table.Can anyone please help me with this.
Thank you