Skip to content

Extended plugin from jquery datepicker for bangla or fully localization for any language

Notifications You must be signed in to change notification settings

nazrulcse/jquery_bangla_datepicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jquery bangla datepicker

Extended plugin from jquery datepicker for bangla or fully localization for any language. To use this plugin you required jquery.min.js and jquery-ui.css and the datepicker design will same as jquery datepicker. We actually user the same design from jquery-ui.css

Structure:

  • js
    • jquery.min.js
    • jquery_bangla_datepicker.js
  • css
    • jquery-ui.css
  • localize
    • local_en.js
    • local_bn.js index.html

Localize: where you can write your localize file.

How to use:

 
$(function () {
  $.bdatepicker.setDefaults(bn);
  $('#date1').bdatepicker();
});

Settings:

  drawMonth: 0,
  drawYear: 0,
  selectedDay: 0,
  selectedMonth: 0,
  changeYear: false,
  changeMonth: false,
  startYear: 1960,
  endYear: 2015,
  minYear: new Date().getFullYear(),
  staticView: false

About

Extended plugin from jquery datepicker for bangla or fully localization for any language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published