Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Image Modified

Date Picker With 3 Months View and Saturday and Sunday Disabled

...

Code Block
languagejs
{{type:'date',dateFormat:'MM/DD/YYYY',correctFormat:true,defaultDate:'01/01/1900',datePickerConfig:{firstDay:0,showWeekNumber:true,numberOfMonths:3,disableDayFn:function(date){return date.getDay()===0 || date.getDay()===6;}}}}


English

Date Picker With 3 Months

Thai

เลือกวันที่ด้วย 3 เดือน

...

Thai

ตัวเลือกวันที่ด้วย 3 เดือนค่าเริ่มต้นและวันที่ต่ำสุดถูกตั้งค่าเป็นวันที่ปัจจุบัน

Image Modified

Code Block
languagejs
{{type:'date',dateFormat:'MM/DD/YYYY',correctFormat:true,defaultDate:'#date.dd/MM/yyyy#',datePickerConfig:{firstDay:0,showWeekNumber:false,numberOfMonths:3,minDate:new Date()}}}

...