Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/07/2010, 11:07
Avatar de masterojitos
masterojitos
 
Fecha de Ingreso: julio-2008
Ubicación: Lima Callao Chucuito
Mensajes: 1.931
Antigüedad: 15 años, 9 meses
Puntos: 105
Respuesta: dudas con muchos JQuery UI Calendar

si sabes jQuery... creo que tu respuesta era esta no ??

Código Javascript:
Ver original
  1. <script type="text/javascript">
  2. ( function($) {
  3. $(document).ready(function(){                            
  4.     $('#txtFecha1', '#txtFecha2', '#txtFecha3', '#txtFecha4', '#txtFecha5', '#txtFecha6').datepicker({
  5.         autoSize: true,
  6.         changeMonth: true,
  7.         changeYear: true,
  8.         dateFormat: "dd/mm/yy",
  9.         yearRange: "-90:+0",
  10.         showOn: "button",
  11.         buttonImage: "imagenes/calendar.gif",
  12.         buttonImageOnly: true,                                                    
  13.         monthNamesShort: ['Ene','Feb','Mar','Abr','May','Jun','Jul','Ago','Sep','Oct','Nov','Dic'],                                                    
  14.         dayNamesMin: ['Do','Lu','Ma','Mi','Ju','Vi','S&aacute;']
  15.     });
  16. });
  17. } ) ( jQuery );
  18. </script>

suerte.
__________________
Atte. MasterOjitos :ojotes:
Todo sobre Programación Web
Las ultimas tendencias en Efectos y Recursos Web: MasterOjitos Blog