Me podrias ilustrar un poco? la verdad desconosco de este tema.
este es el form que utilizo
Cita: <form id="myform" method="post" action="reporteria.php">
<input type="hidden" name="submitted5" value="true" />
<label class="txtintro">Desde:</label><input type="text" name="fecha1" id="sel4" size="10" readonly="readonly" value="<?php echo $anteayer;?>"><input type="reset" class="title2" value=" ... "onclick="return showCalendar('sel4', '%Y-%m-%d');" >
<input type="hidden" name="submitted5" value="true" />
<label class="txtintro">Hasta:</label><input type="text" name="fecha2" id="sel5" size="10" readonly="readonly" value="<?php echo $ayer;?>"><input type="reset" class="title2" value=" ... "onclick="return showCalendar('sel5', '%Y-%m-%d');" >
<input type="button" class="title2" onClick="validar_fechas()" value="Buscar" />