I'm stuck with a Yii 1 implementation that has a CJuiDatePicker. I notice it creates <input type="text">
but I want it to create a <input type="date">
. Is this possible?
I tried using htmlOptions
to set it but that didn't seem to make a difference.