Tuesday, September 23, 2014

pass date as paramater in view

Hi,

How do I pass the date field below entered as a parameter so I can search the date?

echo $this->Form->input(
    'custom date',
    array(
        'type' => 'date',
        'selected' => array(
            'year'=>date('Y')
        ),
        'minYear' => date('Y') ,
        'maxYear' => date('Y') +1
    )
);

          echo  $this->Html->link($this->Html->tag('i', '', array('class' => 'icon-book','title'=>'Report')).'Custom Range', array(
         'controller' => 'lessons',  'action' => 'dashboard4'     ),array('escape'=>false,'class' => 'btn btn-small'));
 

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

No comments: