On Mar 24, 12:28 pm, jsundquist <[email protected]> wrote: > I have a form that has two time fields. I am looking to find out if > it is possible to specify that the field only contains time from say > 9am until 9pm instead of a full 24 hour period? Is this even possible. > Looking in Trac there is a ticket in there for minimum and maximum > dates but nothing as far as time is concerned.
There isn't anything in core that allows this, but googling found a custom function that does what you want: http://codingforums.com/showthread.php?t=87787 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
