A datepicker for twitter bootstrap (@twbs)

Overview

bootstrap-datepicker

Join the chat at https://gitter.im/uxsolutions/bootstrap-datepicker Build Status GitHub license npm Twitter Follow

Versions are incremented according to semver.

CDN

You can use the CloudFlare powered cdnjs.com on your website.

bootstrap-datepicker on cdnjs

Please note: It might take a few hours until a new version is available on cdnjs.

Links

Snippets

Development

Once you cloned the repo, you'll need to install grunt and the development dependencies using a package manager:

  • yarn (recommended):
$ [sudo] yarn global add grunt-cli
$ yarn install
$ [sudo] npm install --global grunt-cli
$ npm install
Comments
  • Support Boostrap 3.x

    Support Boostrap 3.x

    Yo, thank you for this repo! I've forked and added a 3.x branch that supports the upcoming bootstrap 3.x release.

    If you'd like to create a bootstrap-3.x branch on your repo I'll submit a pull request.

    Code is here: https://github.com/ianserlin/bootstrap-datepicker/tree/3.x

    bs3 
    opened by ianserlin 48
  • AutoClose not working

    AutoClose not working

    Hi, i use the autoclose method but this not working in Chrome: js:

            $(document).ready(function () {                                  
                $('.datepicker').datepicker({
                    format: "dd/mm/yyyy",
                    autoclose: true
                });
    
            });        
    

    html:

    <input class="datepicker valid" data-val="true" data-val-date="El campo Vencimiento debe ser una fecha." id="FirstMaturiy" name="FirstMaturiy" readonly="readonly" type="text" value="">
    

    Thanks for your help.

    opened by leandrozapata 41
  • Sometimes passing the months the

    Sometimes passing the months the "weeks" just got bugged

    Hello, I seeing you showcase, and got very interested. Congratulations, its just amazing!

    But, I found a bug. With Chromium 18 (not tested in other browsers), open the first datepicker of your example and passing the months by clicking in the arrow, I randomly got this:

    Bug

    I interested in add you component to a GWT port of bootstrap, do you accept that? You can see the related issue in our project (https://github.com/gwtbootstrap/gwt-bootstrap/issues/60) and the project itself here: https://github.com/gwtbootstrap/.

    Again, nice work, congratulations!

    is-bug 
    opened by caarlos0 35
  • Datepicker inside a modal window causes modal to close

    Datepicker inside a modal window causes modal to close

    I've got a couple of datepicker input fields inside a form that is displayed within a Bootstrap modal window. When I select a date using the datepicker the modal window closes.

    This is happening due to the trigger that gets executed on line 146:

    https://github.com/eternicode/bootstrap-datepicker/blob/fd9eb6bb7e9a9785f960b3ff98aac105df5e3d32/js/bootstrap-datepicker.js#L146

    When I comment out that trigger the datepicker still works fine.

    Any thoughts as to what that trigger is for and how to make it work nice inside a modal window?

    Scott

    opened by scottharvey 27
  • disable toggle?

    disable toggle?

    i'm using bootstrap-datepicker and get into trouble.

    when i click a day, it works well,but when i click the same day again. the select was canceled....

    the online demo http://eternicode.github.io/bootstrap-datepicker/ works well. click again same day will keep the selection.......

    i have read the docs and can't find anyway to disable toggle......

    opened by zh99998 25
  • DatePicker on modal not displaying

    DatePicker on modal not displaying

    Hello,

    I am using your datepicker with a bootstrap modal and I cannot get the calendar to display. I looked at issue #325 and applied the 2 lines that were changed. Prior to applying the lines nothing would happen in the modal for those elements i want to have datepicker displayed. After I applied the 2 line changes I am guessing the datepicker must be displaying off the modal some place as the modal applies both vertical and horizontal scrolls.

    I did download the latest version but still have the same issue. Anyone have a fix for this by chance?

    Thanks.

    prior to 2 applying the 2 lines in issue 325: image

    after applying and trying to active datepicker: image

    modals 
    opened by olson2334 25
  • Broken against jQuery 3

    Broken against jQuery 3

    Expected behaviour

    Contents of picker widget e.g. days of the month should be displayed.

    Actual behaviour

    Picker opens but contents are not displayed

    Datepicker version used

    1.6.1 Broken against jQuery 3.0.0 and 3.1.0

    Example code

    http://jsfiddle.net/4x9wfayw/

    is-bug has-pr 
    opened by pugnascotia 22
  • RFC: Date ranges

    RFC: Date ranges

    This is a Request For Comments regarding date ranges in bootstrap-datepicker, and related discussion should preferably happen here.

    Specifically, I'm looking for ideas and opinions on how to display it, what markup to use, what options might be involved, etc.

    is-feature discuss 
    opened by eternicode 21
  • Datepicker top vertical position

    Datepicker top vertical position

    I have this markup:

    <div class="col-md-7">
        <input id="date-field1" class="form-control date-picker" type="text" name="in-  place-date" value=""  placeholder="Enter Date">
        <span class="help-block">Selects some date</span>
    </div>
    

    So, when i use

    widgetPositioning: {
        vertical: 'top'
    }
    

    the datepicker is positioned not above the input but somewhere below it, after some research i found out that

    widget.css({
        top: vertical === 'top' ? 'auto' : position.top + element.outerHeight(),
        bottom: vertical === 'top' ? position.top + element.outerHeight() : 'auto',
        left: horizontal === 'left' ? parent.css('padding-left') : 'auto',
        right: horizontal === 'left' ? 'auto' : parent.width() - element.outerWidth()
    });
    

    this code could ignore help's block height.

    opened by smartapant 20
  • date range

    date range

    me again... can i make a date_range[:finish] automagically match the start all the time?

    as it stands, if I pick a date that's after the current date, it picks a corresponding matching date. so date_range[:start] == date_range[:finish] only if i'm picking times in the future. can we make that same action happen for past dates?

    opened by dudo 19
  • Don't set te value on text field

    Don't set te value on text field

    when i use de date picker it does not set the value that i pick it in the text field, the strange thing is this only hapen inside of a modal, but when i render the page normaly it does work

    opened by ragar90 19
  • Show date, time and month in one div

    Show date, time and month in one div

    Expected behaviour

    9Us8F

    Actual behaviour

    it possible to datepicker like the attached image? show date, time and month in one div. I want make as slider

    Datepicker version used

    ex. 1.9.0.

    Example code

    Jsfiddle example to reproduce the problem.

    opened by RoomLea 0
  • Fix index of `fr-CH` and `it-CH` localizations

    Fix index of `fr-CH` and `it-CH` localizations

    | Q | A | --------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | | Related tickets | fixes #2264 | License | MIT

    opened by marvinruder 0
  • Bump qs from 6.4.0 to 6.4.1

    Bump qs from 6.4.0 to 6.4.1

    Bumps qs from 6.4.0 to 6.4.1.

    Changelog

    Sourced from qs's changelog.

    6.4.1

    • [Fix] parse: ignore __proto__ keys (#428)
    • [Fix] fix for an impossible situation: when the formatter is called with a non-string value
    • [Fix] use safer-buffer instead of Buffer constructor
    • [Fix] utils.merge: avoid a crash with a null target and an array source
    • [Fix] utils.merge: avoid a crash with a null target and a truthy non-array source
    • [Fix] stringify: fix a crash with strictNullHandling and a custom filter/serializeDate (#279)
    • [Fix] utils: merge: fix crash when source is a truthy primitive & no options are provided
    • [Fix] when parseArrays is false, properly handle keys ending in []
    • [Robustness] stringify: avoid relying on a global undefined (#427)
    • [Refactor] use cached Array.isArray
    • [Refactor] stringify: Avoid arr = arr.concat(...), push to the existing instance (#269)
    • [readme] remove travis badge; add github actions/codecov badges; update URLs
    • [Docs] Clarify the need for "arrayLimit" option
    • [meta] fix README.md (#399)
    • [meta] Clean up license text so it’s properly detected as BSD-3-Clause
    • [meta] add FUNDING.yml
    • [actions] backport actions from main
    • [Tests] remove nonexistent tape option
    • [Dev Deps] backport from main
    Commits
    • 486aa46 v6.4.1
    • 727ef5d [Fix] parse: ignore __proto__ keys (#428)
    • cd1874e [Robustness] stringify: avoid relying on a global undefined (#427)
    • 45e987c [readme] remove travis badge; add github actions/codecov badges; update URLs
    • 90a3bce [meta] fix README.md (#399)
    • 9566d25 [Fix] fix for an impossible situation: when the formatter is called with a no...
    • 74227ef Clean up license text so it’s properly detected as BSD-3-Clause
    • 35dfb22 [actions] backport actions from main
    • 7d4670f [Dev Deps] backport from main
    • 0485440 [Fix] use safer-buffer instead of Buffer constructor
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • warning on dependencies using composer

    warning on dependencies using composer

    I use bootstrap-datepicker in my PHP project using composer using the following command:

    composer require eternicode/bootstrap-datepicker:1.9.0
    

    It works but during installation I encountered the following warning message: Package robloach/component-installer is abandoned, you should avoid using it. Use oomphinc/composer-installers-extender instead.

    Datepicker version used

    ex. 1.9.0.

    opened by rmarzocchi84 0
  • Update index.rst

    Update index.rst

    | Q | A | --------------- | --- | Bug fix? | no|yes | New feature? | no|yes | BC breaks? | no|yes | Related tickets | fixes #X, partially #Y, mentioned in #Z | License | MIT

    opened by Noor600 0
Releases(v1.9.0)
  • v1.9.0(May 20, 2019)

  • v1.8.0(Mar 30, 2018)

  • v1.7.1(Jul 6, 2017)

  • v1.7.0(Jun 17, 2017)

    1.7.0 changelog

    Features

    • Adding dateCells option (#1723)
    • Added keepEmptyValues option (#1558 + #1901)
    • added "changeViewMode" event; also adds the current viewMode to events (#1953)
    • adds updateViewDate option (#1982)
    • Added hiding week day names functionality (#2087)
    • Allow customizing day cell value (#2043)

    Bugfixes

    • originalEvent object needs preventDefault fn (#1824)
    • Fix jQuery selector from premature selection of span element in inline/embedded calendar's month selection (#1859 + #1886)
    • Use date arithmetic to allow dates with times other than 00:00:00 (#1483)
    • Multiple general fixes (#1883 + #1893)
    • Visibility fix for nav arrows (#1916)
    • Do not trigger change or changeDate on initialization (#1912)
    • Fix: Close datepicker on touchstart (#1924)
    • Fix data-date-dates-disabled attribute to accept a comma-separated list (#1946)
    • Fix maxViewMode and navigation switch click (#1951)
    • Add support jQuery 3. Bootstrap 2 still available (composer.json) (#1958)
    • fix(parseDate) use insensitive regex to support +15d with capslock (#1910)
    • Refactoring timedelta aliases (dateAliases) (#1965)
    • Fix RTL layout (#1973)
    • Remove listen changeDate after destroy DateRangePicker (#1968)
    • add tests for setDatesDisabled function (#1983)
    • resolves bug on days when DST is added. (#2009)
    • XHTML fixes (#1998)
    • update grunt and other dev-dependencies (#2111)
    • Use display:table-cell instead of display:block for today, clear and title (#2121)
    • moved assumeNearbyYear to correct location (#2140)
    • move jquery to peerDependencies from dependencies (#2163)
    • Use default arrow values (#2176)

    Locales

    New

    • en-ZA (#1798)
    • en-ZNZ (#1799)
    • en-IE (#1800)
    • ar-tn (#1863)
    • Added Sinhala (si) locale (#2025)
    • Occitan locale (#2024 + #2026)
    • [l10n]Add breton translation (#2028)
    • Added Tajik language (#2117)
    • Add Uzbek latin and cyrill locales (#2152)
    • add Bengali (Bangla) language (#2171)
    • Added Hindi locale (#2199)

    Bugfix

    • km/kh (#1812)
    • Capital letters in Polish translation (#1890)
    • Add missing monthsTitle in cs (#1900)
    • Update bootstrap-datepicker.da.js (#1936)
    • Fix typo in month name (#2040)
    • Added missing basque language properties (#2066)
    • Added weekStart to slovenian translation (#2067)
    • add monthsTitle for ru (#2092)
    • Change danish (da) date format to match the rest of the locales (#2048)
    • Fix Tamil Language file with proper locale code (#2141)
    • Revert strange changes, +monthsTitle (#2153)
    • updated Tajik (cyrillic) translation file (#2167)
    • Romanian uses dd/mm/yyyy format for dates (#2173)
    • Missing latvian translation (#2204)

    Docs

    • Fix typo in index.rst (#1882)
    • Update CDNjs info in README.md (#1933)
    • [Doc] Keyboard navigation is not supported for embedded / inline type (#2002)
    • Removed reference to stefan petre (#2031)
    • Improve defaultViewDate documentation (#2052)
    • Add notes about multiple dates and examples for update method (#2060)
    • Add Code Of Conduct (#2095)
    • Update install instructions on README.md (#2160)
    Source code(tar.gz)
    Source code(zip)
    bootstrap-datepicker-1.7.0-dist.zip(99.79 KB)
  • v1.7.0-RC1(Jan 22, 2017)

  • v1.6.4(Aug 5, 2016)

  • v1.6.2(Aug 3, 2016)

  • v1.6.1(May 6, 2016)

    1.6.1 changelog

    Bugfixes

    • #1786 - add specific class for disabled dates back (Fixes #1785)
    • #875 - [fix] Allow keyboard navigation for non-input fields (Fixes: #874)
    • #1867 - fix kazakh mothShort
    • #1878 - Fix bug when clicking on a day that is highlighted today in the next month
    • #1826 - dates read out are 12am UTC
    • #1731 - Fix show by component (with disabled attribute)
    Source code(tar.gz)
    Source code(zip)
    bootstrap-datepicker-1.6.1-dist.zip(97.36 KB)
  • v1.6.0(Feb 1, 2016)

    Features

    • #1653 - Changes nonpunctuation to accept unicode characters
    • #1631 - Add "assumeNearbyYear" option
    • #1623 - Decade and century picking
    • #1677 - Added timedelta aliases. (Fixes #785)
    • #1627 - add getter methods for date limits
    • #1700 - Replace arrow entities for glyphicon + template + libs snippets (Fixes: #610 #833 #1007)
    • #1713 - added class .disabled to dow header
    • #1732 - Rename "remove" to "destroy" and create alias

    Bugfix

    • #1687 - Month/year view keyboard navigation
    • #1428 - fix changeMonth, changeYear not triggered when selecting day from prev/next month
    • #1730 - Fix default arrows for BS2 and screenshots (for docs)
    • #1777 - Extend beforeShowMonth event functionality to work like beforeShowDay and beforeShowYear

    Locale changes

    • #1756 - Correct date format for ko locale
    • #1744 - Add en-AU (Australian English) locale

    Repository

    • #1637 - Add CSS sourcemap
    • #1638 - [BS3 Less] Remove unused variables and cleanup
    • #1654 - Added timezone aware tests
    • #1742 - remove .idea-folder from npm
    Source code(tar.gz)
    Source code(zip)
    bootstrap-datepicker-1.6.0-dist.zip(97.51 KB)
  • v1.5.1(Dec 28, 2015)

    Bugfixes

    • #1620 - Fix calculation for new position when datepicker goes offscreen when inside a container (Fixes: #1619)
    • #1626 - Fix datepicker title not centered when displaying calendar weeks (Fixes: #1625)
    • #1633 - Fixing looping when calling dp inside change event (Fixes: #1628)
    • #1617 - Add scrollTop to position if container is not body (Fixes: #1616)
    • #1647 - Use document scrollTop instead of body scrollTop when using the body container
    • #1590 - Fix focus for disabled week days (Fixes: #1365, #1187, #1648)
    • #1684 - Fixes enableOnReadOnly bug when datepicker is of type component

    Translations

    • Added missing translations for slovak translation. (Fixes: #1521)
    • #1697 - Added missing date format for norwegian (nb) locale (Fixes #1690)
    • #1705 - Armenian translation short names
    • #1738 - adding Today translation, default date format for the lithuanian translation

    Docs

    • #1674 - Document data-api on container
    • Added docs for the different stylesheet files. (Fixes #1459)

    Repository

    • Enable travis container builds for faster builds
    • Add 1.5.0 to changelog
    Source code(tar.gz)
    Source code(zip)
    bootstrap-datepicker-1.5.1-dist.zip(72.13 KB)
  • v1.5.0(Oct 18, 2015)

    This release will include:

    Features

    • #1305 - Added down key as datepicker show trigger
    • #1327 - immediateUpdates option (updates input when a year or month is selected)
    • #1315 - Highlight days of week
    • #1224 - maxViewMode option
    • #1285 - Include "main" property in package.json
    • #1196 - Require.js support. (Fixes: #280)
    • #1427 - Allow overriding $.fn.show and $.fn.hide (Fixes: #1424)
    • #1435 - Adding border-radius variable for LESS (Fixes: #1429)
    • #1237 - Add support for dropdown border variables
    • #1438 - Add the posibility to have a title on the picker (Fixes: #1410)
    • #1436 - Implement beforeShowYear (Fixes: #1226)
    • #1451 - Add commonjs support
    • #1464 - Trigger 'hide' event when clicking outside datepicker
    • #1463 - Add css-classes for range-start and range-end
    • #1580 - Update hover effect for "buttons" (matches Bootstrap 3.3.5 mixin)
    • #1582 - Custom formatting options

    Bugfixes

    • #1284 - Scrolling on mobile device closes datepicker (Fixes: #820)
    • #1296 - Use $.on() instead $.bind()
    • #1297 - Fixed right-click and edit-menu paste
    • #1145 - Ported prototype fix for Prototype Compability (Fixes: #1145)
    • #1304 - Fixed issue with startview year(Fixes: #1137)
    • #1328 - Fixed padding inconsistency with twitter bootstrap 3 (Fixes: #686)
    • #1001 - prevents the click event from bubbling to any user defined click handlers
    • #1343 - Added padding for .datepicker-dropdown
    • #1337 - Fixes the issue with a date change firing mulitple change events (Fixes: #1233, #1002, #927, #783)
    • #1236 - removed hard dependency on bootstrap (because of twbs-sass package)
    • #1370 - Clearing the date should reset to defaultViewDate
    • #1406, #1430 - Datepicker orientation mix up - top = bottom and bottom = top
    • #1456 - Fix cursor thead styles
    • #1546 - Fix date-reset issue when navigating to next with invalid date
    • #1329 - Using orientation:auto but date picker still appears above, cut off, when there plenty of space below. (Fixes: #1317)
    • #1571 - lots of orientation fixes (Fix #1286, #1567, #1529, #1480, maybe fix #1517, #1496, #1364, #1146, #1088, #1035)

    Locale changes

    • #1279 - Remove unused eighth element on week arrays )
    • #1345 - Add Esperanto translation
    • #1340 - Better Polish language date shortcuts translation and default date format
    • #1397 - lowercase danish translation
    • #1402 - Add Mongolian localization
    • #1553 - update Hungarian translation

    Docs

    • #1448 - added day to end-date to avoid confusion about example
    • #1471 - added setDatesDisabled method to documentation
    Source code(tar.gz)
    Source code(zip)
    bootstrap-datepicker-1.5.0-dist.zip(71.98 KB)
  • v1.5.0-RC1(Oct 4, 2015)

  • v1.4.1(Sep 12, 2015)

  • v1.4.0(Mar 9, 2015)

    This release will include long open features and will continue to clean up the huge list of open issues and pull requests.

    Feature

    • #1074 - implemented beforeShowMonth option (Fixes: #807)
    • #842 - Added option to disable touch keyboard input (Fixes: #787)
    • #722 - All datepicker methods are chainable
    • #515 - Added a datesDisable option
    • #802 - Added option to prevent date picker to show when input field receives focus
    • #918 - adding option to define the container the datepicker will be appended to (Fixes: #384, #896)
    • #1227 - Backported some placement fixes for the container option (Fixes: #325, #384, #410)
    • #893 - Option default view date
    • #883 - Add toggleActive option
    • #1245 - Added clear method
    • #1205 - Added version property to datepicker object
    • #1280 - Added option to not show datepicker on readonly field (Fixes: #1231)

    Bugfix

    • #670 - Removed blank space before the previous button when calendarWeeks is true;
    • #843 - Fixed date deselection with single date picker (Fixes: #775, #813, #816)
    • #832 - Added case-neutral matching for text months
    • #887 - Changed input-daterange to full width for bs3
    • #1192 - Fix placement for RTL languages (Fixed: #1079)
    • #1036 - fix for range picker when next date is before previous date (Fixes: #914, #821, #1031, #1122)
    • #1212 - Fix for moving box on first selection
    • #1136 - Do not show datepicker for readonly inputs
    • #1213 - Fix getUTCDate when datepicker has no selected date (Fixed: #923)
    • #754 - Only a linked today button should trigger the changeDate event
    • #1165 - Fixed bug with keyboard navigation when startdate/enddate was defined
    • #546 - Right align calendar on right window edge conflict
    • #826 - On "ENTER" keydown on picker, prevent the closest form to be submitted too
    • #853 - fixed bower.json twitte bootstrap dependency
    • #961 - Replaced named entities with decimal entities
    • #1117 - assigning plugin to a local variable to fix bug in noConflict

    Repository

    • Added empty ignore option in bower.json. Fixes: #1199
    • #1195 - Added .editorconfig
    • #1185 Reworked grunt tasks

    Translations

    • #1024 - Fix translation of French months
    • #1178 - Update cambodia translations
    • #1230 - added clear and weekStart to turkish translation
    • #1240 - Days/months should start lowercase in dutch
    • #1239 - Month/daynames should be lowercase in french
    • #1271 - Add 'clear' and 'format' to Ukrainian locale
    • #1276 - Added Montenegrin locale

    Docs

    • #1232 - added example for inputs option
    • #699 - added missing documentation for embedded mode
    • #1287 - Add additional documentaion to update method
    Source code(tar.gz)
    Source code(zip)
    bootstrap-datepicker-1.4.0-dist.zip(69.44 KB)
  • 1.3.1(Dec 17, 2014)

    This bugfix release is the start a series of releases to clean up the huge list of open issues and pull requests

    Repo changes

    • Automated screenshots have been added to the docs. These probably need to be documented so that contributors can add them when appropriate.
    • #784 - Grunt support
    • #1168 - Missing description and keywords for Packagist
    • #1101 - composer: Include translation files into deployment dir
    • #926 - Add package name and version to npm package.json

    Bugfixes

    • #1008 - Remove font-family declaration for datepicker
    • #984 - Don't deselect date unless datepicker is multidate (fixes: #824, #902, #1009, #1039)
    • #741 - Removed comment from compiled CSS.
    • #965 - Don't clear input after typing date and hitting Enter when keyboard nav is disabled
    • #734 - Fixing the ui displaying 'undefined nan' when typing dates in Firefox & IE (Fixes: #691, #859)
    • #838 - Reset tooltip to a default empty value (fixes: #749)
    • #781 - Fix colspan if calendarWeeks & clearBtn are true
    • #939 - Removed fixed width and height in large and small group addon (fixes: #835)
    • #710 - z-index calculation should not stop at first element (fixes: #533 #170 #678 #656 #634 #621 #609 #464)
    • 9e48783 - Fix IE8 bug with Array#splice with one argument (fixes: #1151)

    Documentation

    • #1114 - ghpages: jQuery js not being loaded when using HTTPS
    • #840 - adds clearBtn option to sandbox page
    • Minor fixes (typo's, links,...) - #898, #1065

    Locale changes

    Updated languages

    • #817 - clear translation in czech
    • #836 - dutch translation
    • #845 - swedish translation
    • #862 - japanese translation
    • #877 - Ukrainian translation fixes
    • #880 - Add spanish clear, week start and format
    • #881 - Added galician clear, week start and format
    • #895 - Added missing clear localization value for polish translation
    • #920 - Add clear zh-CN translation
    • #929 - Fixed Albanian translation typo's
    • #943 - Add missing clear and format localization value for Russian translation
    • #1055 - updated Serbian translation
    • #1006 - Fixed Ukrainian iso code to uk instead of ua
    • #891 - updated greek translation
    • #1048 - Update Catalan and Spanish localizations
    • #1194 - Added missing armenian translations

    New languages

    • #878 - Basque
    • #1019 - Khmer (Cambodia)
    • #1055 - Bosnian
    • #1096 - British english (fixes: #1051, #882)
    • #1106 - Armenian
    • #1141 - Faroese
    • #1182 - Swiss Italian and Swiss French
    Source code(tar.gz)
    Source code(zip)
Owner
UX Solutions
A collection of plugins/tools to help you build a great user experience
UX Solutions
Vanillajs-datepicker - A vanilla JavaScript remake of bootstrap-datepicker for Bulma and other CSS frameworks

Vanilla JS Datepicker A vanilla JavaScript remake of bootstrap-datepicker for Bulma and other CSS frameworks This package is written from scratch as E

null 489 Dec 30, 2022
Grupprojekt för kurserna 'Javascript med Ramverk' och 'Agil Utveckling'

JavaScript-med-Ramverk-Laboration-3 Grupprojektet för kurserna Javascript med Ramverk och Agil Utveckling. Utvecklingsguide För information om hur utv

Svante Jonsson IT-Högskolan 3 May 18, 2022
Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
Bootstrap-select - Shim repository for Bootstrap-select that works with bootstrap 4.

bootstrap-select Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard sel

Heimrich & Hannot GmbH 35 Aug 27, 2022
The best way to quickly integrate Bootstrap 5 Bootstrap 4 or Bootstrap 3 Components with Angular

ngx-bootstrap The best way to quickly integrate Bootstrap 5 Bootstrap 4 or Bootstrap 3 Components with Angular Links Documentation Release Notes Slack

Valor Software 5.4k Jan 8, 2023
Extends Bootstrap Tooltips and Popovers by adding custom classes. Available for Bootstrap 3 and Bootstrap 4.

Bootstrap Tooltip Custom Class Extends Bootstrap Tooltips and Popovers by adding custom classes. Available for Bootstrap 3 and Bootstrap 4. Define you

Andrei Victor Bulearca 14 Feb 10, 2022
A simple Form Validation Utility for Bootstrap 3, Bootstrap 4, and Bootstrap 5 for Humans.

bootstrap-validate A simple Form Validation Utility for Bootstrap 3, Bootstrap 4, and Bootstrap 5 for Humans. ?? Support us with Developer Merchandise

null 138 Jan 2, 2023
An easily internationalizable, mobile-friendly datepicker library for the web

react-dates An easily internationalizable, accessible, mobile-friendly datepicker library for the web. Live Playground For examples of the datepicker

Airbnb 12k Dec 30, 2022
An easily internationalizable, mobile-friendly datepicker library for the web

react-dates An easily internationalizable, accessible, mobile-friendly datepicker library for the web. Live Playground For examples of the datepicker

Airbnb 12k Jan 6, 2023
A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSS

Pikaday A refreshing JavaScript Datepicker Lightweight (less than 5kb minified and gzipped) No dependencies (but plays well with Moment.js) Modular CS

null 7.9k Jan 4, 2023
A simple and reusable datepicker component for React

React Date Picker A simple and reusable Datepicker component for React (Demo) Installation The package can be installed via npm: npm install react-dat

HackerOne 7k Jan 4, 2023
A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSS

Pikaday A refreshing JavaScript Datepicker Lightweight (less than 5kb minified and gzipped) No dependencies (but plays well with Moment.js) Modular CS

null 7.9k Jan 4, 2023
TheDatepicker - Pure JavaScript Datepicker 📅

Pure JavaScript Datepicker by Slevomat.cz.

The Datepicker 27 Dec 16, 2022
A project implementing a datepicker with format dd/MM/yyyy from scratch.

This is a Next.js project bootstrapped with create-next-app. Getting Started First, run the development server: npm run dev # or yarn dev Open http://

José Antônio 2 Jan 11, 2022
A javascript solar (jalali) datepicker for HTML.

jdatepicker A Javascript solar (jalali) datepicker for HTML. Installation Install via NPM: npm install jdatepicker Install via CDN <script src="https:

Habibullah Mohammadi 11 Sep 15, 2022
Twitter-Clone-Nextjs - Twitter Clone Built With React JS, Next JS, Recoil for State Management and Firebase as Backend

Twitter Clone This is a Next.js project bootstrapped with create-next-app. Getting Started First, run the development server: npm run dev # or yarn de

Basudev 0 Feb 7, 2022
Twitter-client - client for twitter-clone

Twitter (Client-Side Rendering) Please star this repo if you like ⭐ It's motivates me a lot! Getting Started This project was bootstrapped with Create

Ruslan Shvetsov 3 Jul 29, 2022
Twitter Text Libraries. This code is used at Twitter to tokenize and parse text to meet the expectations for what can be used on the platform.

twitter-text This repository is a collection of libraries and conformance tests to standardize parsing of Tweet text. It synchronizes development, tes

Twitter 2.9k Jan 8, 2023
Fuck Twitter NFTs - Userscript to delete or block all occurances of NFT Users on Twitter

FuckTwitterNFTs Fuck Twitter NFTs - Userscript to delete or block all occurances of NFT Users on Twitter Userscript will by default, attempt to delete

Blumlaut 1 Jan 20, 2022