I’m developing my first Yii application. I can succesfuly run the CMaskedTextField widget to mask a date entry field, also I can succesfuly run the jui datepicker widget on another date entry field. At the end I want to run those 2 widgets on the same field so the user can type the date with the given mask or pick the date from the jui datepicker. is this possible? how can I accomplish this?