Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/03/2012, 18:15
Avatar de Naahuel
Naahuel
 
Fecha de Ingreso: marzo-2011
Ubicación: localhost
Mensajes: 796
Antigüedad: 13 años, 1 mes
Puntos: 192
Respuesta: Duda con jQuery Datepicker

De la documentación:

Cita:
changeYear: Allows you to change the year by selecting from a drop-down list. You can enable this feature by setting the attribute to true. Use the yearRange option to control which years are made available for selection.
Código Javascript:
Ver original
  1. $(function(){
  2.     $( "#nacimiento" ).datepicker({
  3.         changeMonth: true,
  4.         changeYear: true,
  5.         yearRange: '1940:2000'
  6.     });
  7. });

Siempre recurre a la documentación :)
__________________
nahueljose.com.ar