{"library":"bootstrap-datetimepicker","type":"library","category":null,"description":"This package is a fork of the original `bootstrap-datepicker` by Stefan Petre, extended to provide both date and time picking functionality for Twitter Bootstrap. Originally designed for Bootstrap 2 and 3, it integrates as a jQuery plugin, allowing users to select dates and times through a unified UI. The `tarruda` fork, specifically the one requested, reached versions like `0.0.7` and `0.0.10` and explicitly states it is no longer maintained, with its GitHub repository marked as archived. It differentiated itself by adding crucial time selection (hours, minutes) to the date-only functionality of its parent project. Developers seeking similar functionality for modern Bootstrap versions should look for actively maintained alternatives like `eonasdan/bootstrap-datetimepicker` or the non-Bootstrap-specific `@eonasdan/tempus-dominus`. The original package's release cadence was infrequent and it is now abandoned.","language":"javascript","status":"abandoned","version":"0.0.7","tags":["javascript","twitter-bootstrap","bootstrap","datepicker","datetimepicker","timepicker"],"last_verified":"Wed May 27","install":[{"cmd":"npm install bootstrap-datetimepicker","imports":["<!-- Include jQuery, Bootstrap, and plugin JS files -->\n<script src=\"path/to/jquery.min.js\"></script>\n<script src=\"path/to/bootstrap.min.js\"></script>\n<script src=\"path/to/bootstrap-datetimepicker.min.js\"></script>\n<script>\n  $(function() {\n    $('#myDatetimepicker').datetimepicker();\n  });\n</script>","<!-- In <head> -->\n<link href=\"path/to/bootstrap.min.css\" rel=\"stylesheet\">\n<link href=\"path/to/bootstrap-datetimepicker.min.css\" rel=\"stylesheet\">","<script>\n  $.fn.datetimepicker.defaults.maskInput = false;\n  $('#myDatetimepicker').datetimepicker();\n</script>"]},{"cmd":"yarn add bootstrap-datetimepicker","imports":[]},{"cmd":"pnpm add bootstrap-datetimepicker","imports":[]}],"homepage":null,"github":"https://github.com/tarruda/bootstrap-datetimepicker","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/bootstrap-datetimepicker","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/bootstrap-datetimepicker/compatibility"}}