Hi,
How to set the curent date to the date field in OnLoad of the form in MS CRM 4.0 ?
Thanks,
Srikanth Reddy
var Date = new Date(); crmForm.all.new_date.DataValue=Date;
hi check this
var Date = new Date();
crmForm.all.new_date.DataValue=Date;
Please don't forget to Vote and marked as answer If this post answers your question or was helpful, please click "Mark As Answer" on the post and "Mark as Helpful" Be wise