Class \Prado\Web\UI\WebControls\TDatePickerClientScript
        TDatePickerClientScript class.
        
    Client-side date picker event \Prado\Web\UI\WebControls\setOnDateChanged can be modified through the \Prado\Web\UI\WebControls\TDatePicker::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\WebControls\TDatePickerClientScript
- 
                     \Prado\Web\UI\TClientSideOptions \Prado\Web\UI\TClientSideOptions
- 
                     \Prado\TComponent \Prado\TComponent
Since: 3.0.4
| 
            public
                                                             | |
| 
            public
                                                             | 
                    setOnDateChanged(string $javascript) : mixed                
                    Javascript code to execute when the date picker's date is changed.
                    
                 | 
| 
                                    \Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER                             |