Ver Mensaje Individual
  #14 (permalink)  
Antiguo 08/07/2014, 14:05
jmfmagnum
 
Fecha de Ingreso: julio-2014
Mensajes: 116
Antigüedad: 9 años, 10 meses
Puntos: 1
Respuesta: Jquery datepicker no funciona en un formulario PHP

bueno, gracias por su ayuda, perorecibi ayuda de otra fuente y tuve mi respuesta

primero en los textbox, deje el "name" igual al ID

Código HTML:
Ver original
  1. <font size="2" face="Arial Narrow"><font color="#FF0000">Fecha
  2.               de nacimiento:</font> </span> <input type="text" name="anonac"  size="15" id="anonac"/>


y cambie el SQL a

Código PHP:
Ver original
  1. GetSQLValueString(date ( 'Y-m-d' , strtotime($_POST['anonac']) ), "text"),

perdón por las molestias que cause y gracias a todos quienes se dieron su tiempo