Forum
Calc Builder Support
Calc Builder supportForums
No se permite escribir sin estar logado. Por favor, login
Re: Datepicker Language 09.04.2017 20:43
Hello,
we've created a new tutorial at the Calcbuilder tutorial section with this answer as it may help others, you can check it here:
https://www.moonsoft.es/easyblog/entry/67-code-tip-change-datepicker-translation-for-your-calendar-fields
Regards
Moonsoft Team
www.moonsoft.es
we've created a new tutorial at the Calcbuilder tutorial section with this answer as it may help others, you can check it here:
https://www.moonsoft.es/easyblog/entry/67-code-tip-change-datepicker-translation-for-your-calendar-fields
Regards
Moonsoft Team
www.moonsoft.es
Re: Datepicker Language 10.04.2017 01:10
Thanks for the great support.
Turkish translate datepicker:
CB("input[fldname=baslangic]" ).datepicker({
prevText: "back",
nextText: "next",
monthNames: [ "Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran","Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık" ],
monthNamesShort: [ "Oca", "Şub", "Mar", "Nis", "May", "Haz","Tem", "Ağu", "Eyl", "Eki", "Kas", "Ara" ],
dayNames: [ "Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi" ],
dayNamesShort: [ "Pz", "Pzt", "Sl", "Çrş", "Prş", "Cm", "Cts" ],
dayNamesMin: [ "Pz", "Pzt", "Sl", "Çrş", "Prş", "Cm", "Cts" ],
dateFormat: 'dd/mm/yy' // Add to date format. (Eğer datepicker eklerseniz ayarlardan verilen format kayboluyor. Üste verilen koda böyle ekleme yapabilirsiniz.)
});
Turkish translate datepicker:
CB("input[fldname=baslangic]" ).datepicker({
prevText: "back",
nextText: "next",
monthNames: [ "Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran","Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık" ],
monthNamesShort: [ "Oca", "Şub", "Mar", "Nis", "May", "Haz","Tem", "Ağu", "Eyl", "Eki", "Kas", "Ara" ],
dayNames: [ "Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi" ],
dayNamesShort: [ "Pz", "Pzt", "Sl", "Çrş", "Prş", "Cm", "Cts" ],
dayNamesMin: [ "Pz", "Pzt", "Sl", "Çrş", "Prş", "Cm", "Cts" ],
dateFormat: 'dd/mm/yy' // Add to date format. (Eğer datepicker eklerseniz ayarlardan verilen format kayboluyor. Üste verilen koda böyle ekleme yapabilirsiniz.)
});