saving datepicking selected data in local storage variable
I would like to set the default date to current date and
save the current displayed or selected date in a local storage variable.
i tried to run a javascrip: alert(Tiggzi("datepickerComponent_name").val()); on value change event for the datepickerComponent, but when i test the app nothing happen
How should i do.