I am using this timer http://tutorialzine.com/2011/12/countdown-jquery/
I can set the target value on script.js by
var note = $('#note'),
ts = new Date(2013, 05, 25),
newYear = true;
I want to set the value of ts
by taking a value from datepicker. date picker has an option which is onSelect :
hope we can define function here.
I want to define something like, when a user select a date from datepicker it will parse the date and put to the variable
var note = $('#note'),
ts = new Date(year, month, day),
newYear = true;
Thanks
update: got one solution by writing the code http://pastebin.com/NHRuJ5mL