1: <?php
2: /**
3: * QDatePicker
4: *
5: * @package Controls
6: * @filesource
7: */
8:
9: /**
10: * Creates the jQuery Datepicker control
11: *
12: * It extends the QDatepickerBase class. When writing your code, use this class instead of QDatepickerBase.
13: * This class is intended to be modified by the developer to add functions and alter the already present functions.
14: * Put your customizations to the standard behavior of QDataPickerBase class in this class.
15: * @package Controls
16: */
17: class QDatepicker extends QDatepickerBase
18: {
19: }