Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

abril modal boostrap


    $('#fecha_registro,#oi_ingreso_date,#oi_int_date,#fecha_nacimiento_add_pac,#r1_fecha_nacimiento_add_pac,#r2_fecha_nacimiento_add_pac').datepicker({
       dateFormat: 'dd/mm/yy',
        dayNames: ['Domingo', 'Lunes', 'Martes', 'Miercoles', 'Jueves', 'Viernes', 'Sabado'],
        dayNamesMin: ['Do', 'Lu', 'Ma', 'Mi', 'Ju', 'Vi', 'Sa'],
        dayNamesShort: ['Do', 'Lu', 'Ma', 'Mi', 'Ju', 'Vi', 'Sa'],
        monthNames: ['Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre'],
        monthNamesShort: ['Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic'],
        prevText: 'Ant',
        nextText: 'Sig',
        currentText: 'Hoy',
        changeMonth: true,
        changeYear: true,
        yearRange: '1900:2100'   
    });
$('#ui-datepicker-div').appendTo($('#modal_form_paciente'));

Comment

PREVIOUS NEXT
Code Example
Csharp :: bootstrap modal popup 
Csharp :: c# read text file separated by comma 
Csharp :: c# postmessage mouse click 
Csharp :: c# start file 
Csharp :: T SQL Format GetDate() 
Csharp :: define a vector c# 
Csharp :: how do i make multiplayer in unity 
Csharp :: unity how to stop the game 
Csharp :: c# open url 
Csharp :: unity custom update 
Csharp :: download file from url asp net web api c# 
Csharp :: convert list to dicitonary c# 
Csharp :: decimal to string c# 
Csharp :: unity how to load a scene 
Csharp :: c sharp list length 
Csharp :: get folders in directory c# 
Csharp :: httppostedfilebase in .net core 3.1 
Csharp :: slider.onchanged in unity 
Csharp :: C# removing the last value of an array 
Csharp :: c# list grouping 
Csharp :: how to make an object move in unity 
Csharp :: palindrome number c# 
Csharp :: unity destroy after time 
Csharp :: c# indexof 
Csharp :: c# ftp file download 
Csharp :: where did mark twain go to school 
Csharp :: c# string tob64 
Csharp :: redirect to another controller page in asp.net core 
Csharp :: get device connected to player input unity 
Csharp :: add text to combobox c# 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =