Class \Prado\Web\UI\ActiveControls\TActiveDatePickerClientScript
        TActiveDatePickerClientScript class.
        
    Client-side date picker event \Prado\Web\UI\ActiveControls\setOnDateChanged can be modified through the \Prado\Web\UI\ActiveControls\TActiveDatePicker::getClientSide property of a date picker.
The OnDateChanged event is raise when the date picker's date is changed. The formatted date according to \Prado\Web\UI\WebControls\TDatePicker::getDateFormat is sent as parameter to this event
Class hierarchy
- \Prado\Web\UI\ActiveControls\TActiveDatePickerClientScript
- 
                     \Prado\Web\UI\ActiveControls\TCallbackClientSide \Prado\Web\UI\ActiveControls\TCallbackClientSide
- 
                     \Prado\Web\UI\TClientSideOptions \Prado\Web\UI\TClientSideOptions
- 
                     \Prado\TComponent \Prado\TComponent
Since: 3.2.1
| 
            public
                                                             | |
| 
            public
                                                             | 
                    setOnDateChanged(string $javascript) : mixed                
                    Javascript code to execute when the date picker's date is changed.
                    
                 | 
| 
                                    \Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER                             |