Hi,
I need to grab the date from a raddatepicker.
The picker is initially set to 2009-03-01 but when I alert the selected date I just get "1" as in the day (I think)
Whats up with this?
/Mattias
I need to grab the date from a raddatepicker.
The picker is initially set to 2009-03-01 but when I alert the selected date I just get "1" as in the day (I think)
var startDatePicker = $find("<%= RadDatePickerSalesStartDate.ClientID %>"); |
alert(startDatePicker.get_selectedDate().getDate()); |
Whats up with this?
/Mattias