I am trying to set the date value in the webform using javascript.
$('#request_custom_fields_10113154225297').val(matchRecord.purchaseDate)
The value is displaying when I try the below code
console.log("Date "+$('#request_custom_fields_10113154225297').val())



