client script
1st:function onSubmit() { //Type appropriate comment here, and begin script below var getJoiningDate=g_form.getValue('u_joining_date'); //get the value of the Joining Date var todayDate= new Date(); // Create a Date object for today's date ...