dateTime bug?

2008-06-23 Thread radoslaw wesolowski
Hello, I think that line: $selectMinuteAttr['interval'] = $interval; should be added into switch statement near line 1484 (rev 7118) in the form.php file, or maybe somenone knows the reason why we can't set interval when 24 hours format is used ;) Cheers Radek

Re: dateTime bug?

2008-06-23 Thread Chris Hartjes
On Mon, Jun 23, 2008 at 2:38 PM, radoslaw wesolowski [EMAIL PROTECTED] wrote: Hello, I think that line: $selectMinuteAttr['interval'] = $interval; should be added into switch statement near line 1484 (rev 7118) in the form.php file, or maybe somenone knows the reason why we can't set

$form-datetime bug when its optional?

2007-07-16 Thread burzum
I have this _optional_ datefield, the user can fill it but its not required to fill it. ?php echo $form-dateTime('Event.enddate','DMY', 24,false,array('minYear' = date('Y',time()),'maxYear' = date('Y',time()) + 2),true)? But when there's a validation error in the Event.title field, it outputs

Re: Cake 1.2. - FormHelper::dateTime ... bug when field invalidates

2007-04-02 Thread Preloader
Hello Mariano, hello nate, thank you for your replies. Got the latest version, it works now. Thank you very much, Christoph --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group,

Cake 1.2. - FormHelper::dateTime ... bug when field invalidates

2007-04-01 Thread Preloader
Hello bakers, I think I found a bug somewhere in the FormHelper (or beneath), but I cannot really locate it in the cake source, so I only can try to explain, how the problems occurs: In my News-Model i have a DATETIME filed called date, it's value could be '2007-04-01 22:01:34' In my view

RE: Cake 1.2. - FormHelper::dateTime ... bug when field invalidates

2007-04-01 Thread Mariano Iglesias
knowledge. BAKE ON! blog: http://www.MarianoIglesias.com.ar -Mensaje original- De: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] En nombre de Preloader Enviado el: Domingo, 01 de Abril de 2007 08:06 p.m. Para: Cake PHP Asunto: Cake 1.2. - FormHelper::dateTime ... bug when field

Re: Cake 1.2. - FormHelper::dateTime ... bug when field invalidates

2007-04-01 Thread nate
I Christoph, This bug has actually already been fixed in the latest SVN version of Cake 1.2, so if you update, you should be all set. Also, in the future, if you find a bug, post a ticket at https://trac.cakephp.org/. Thanks. On Apr 1, 7:06 pm, Preloader [EMAIL PROTECTED] wrote: Hello bakers,