Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3550
WebdatePicker value
posted

On the client side, from a drop down, on valuecahnged event, I need the year value of WebDatePicker.

I use


 var txtDate = $find("txtExpiryDate");


    var date = txtDate.get_value(); 
    GetHolidays(date.year);

but I get    Thu Feb 28 00:00:00 UTC+0200 2013, which I dont know how to get the year value.


Parents Reply Children