Dear all,
i'm using jscalendar for my cake apps,
but found some problem to get value from view like this:
<form action="<?php echo $html->url('/customer_history/add1'); ?>"
method="post" name="main">
<div class="input">
<label for="t0">Dari tanggal</label>
<input type="text" size="10" name="t0" id="t0" />
<?php echo $html->image('cal.gif', array('id' =>
'cal1')); ?>
</div>
<div class="btn">
<input type="submit" value="Create Customer History" />
</div>
</form>
how can i get value from that calendar (on controller).
thanx for any response.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---