I would like to change the look of cakephp datepicker, I need to remove the dash between the drop boxes for month, day, and year. I’m using cakePhp 2.x
I would like to change the look of cakephp datepicker, I need to remove the dash between the drop boxes for month, day, and year. I’m using cakePhp 2.x
The API docs indicate that you can use the separator
option to remove the -
.