I have problems understanding your question. If you have a date field in
your model, then $this->Form->input('date') should result in a day select
box, a month select box and a year select box. If you have a datetime field,
then it should also result in hour/minute/second select boxes.You can also create your own select boxes using $this->Form->year(...), month(...), day(...) etc. Does this answer your question? On Sat, Jan 22, 2011 at 11:16 AM, Miqdad Ali <[email protected]>wrote: > > i want a select box date type but it's don't display date and month display > only year ??? > > > > > > -------------------------------------------------------------------- > Miqdad Ali > > > http://www.miqdadalik.co.cc/ > http://www.miqdadali.co.cc > > > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected]<cake-php%[email protected]>For > more options, visit this group at > http://groups.google.com/group/cake-php > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
