×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Jorge Alcalá
Added: Oct 25, 2018 1:30 PM
Views: 3518
  1. <label for="txtFechaInicio" class="etiqueta"><?php echo _n('Fecha Inicio');?></label><br />    
  2. <?php $sf_user->setCulture('es_ES') ;
  3. echo input_date_tag('txtFechaInicial', time(), array('rich' => true,'calendar_button_img' => 'calendario2.png','class'=>'campo_texto','readonly'=>'readonly','lan'=>'sp'));?><br />