Hello,
I have a sharepoint page on which i am using third party control(QuestWEbpart) which uses teleric controls. So from javascript i want to set the date of date picker control?
how to do this?
as i have seen posts to get datepicker like below but i could not find this id and in Content Editor webpart this syntax was giving error.
So can you please suggest me how to set the date using javascript in SharePoint environemnt
Thanks-
I have a sharepoint page on which i am using third party control(QuestWEbpart) which uses teleric controls. So from javascript i want to set the date of date picker control?
how to do this?
as i have seen posts to get datepicker like below but i could not find this id and in Content Editor webpart this syntax was giving error.
var datepicker = $find("<%= RadDatePicker1.ClientID %>");
So can you please suggest me how to set the date using javascript in SharePoint environemnt
Thanks-