Wednesday, December 9, 2020

How to Set Specific Date and time in Field of SharePoint List?

We can add the content editor or script editor webpart 


d = $("#myDatepicker1").datepicker("getDate");

$("#myDatepicker2").datepicker("setDate", new Date(d.getFullYear()+1,d.getMonth(),d.getDate()));

No comments:

Post a Comment