Hi,
This is Rathan,
I placed the two datepickker controls inside radgrid ,i want to calculate the days between two dates using javascript.
please help me how can i get the value of datepicker control value when i selected the date from picker for caluclating days.
forexample :
var date=document.getelementbyid('datepicker1').value; (for normal javascript)
how can i get the value of datepicker like above example.
This is Rathan,
I placed the two datepickker controls inside radgrid ,i want to calculate the days between two dates using javascript.
please help me how can i get the value of datepicker control value when i selected the date from picker for caluclating days.
forexample :
var date=document.getelementbyid('datepicker1').value; (for normal javascript)
how can i get the value of datepicker like above example.