Skip to content

Commit

Permalink
fixes viewdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Eonasdan committed Dec 30, 2016
1 parent 3757b31 commit 6384819
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 255 deletions.
34 changes: 5 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,16 @@

## [View the manual and demos](http://eonasdan.github.io/bootstrap-datetimepicker/)

#Notice
The issue tracker is now solely for bug reports.

SO: http://stackoverflow.com/tags/eonasdan-datetimepicker

New issues that are requests for "how do I.." will be closed and redirected to Stack Overflow.
## [Installation instructions](http://eonasdan.github.io/bootstrap-datetimepicker/Installing/)

# v4.17.42
## [Change Log](http://eonasdan.github.io/bootstrap-datetimepicker/Changelog/)

Is the current stable release. The latest and greatest changes are available from the [development branch](https://github.com/Eonasdan/bootstrap-datetimepicker/tree/development)
### This issue tracker is no longer actively monitored.

# Version 5

IMPORANT! The Nuget packages will be depreciated in this release. Moving forward, Asp.Net/Nuget will **NOT** be delivering content packages like this one and you will need to use bower. See [this issue for more]( https://github.com/Eonasdan/bootstrap-datetimepicker/issues/1128)

v5 is [in planning](https://github.com/Eonasdan/bootstrap-datetimepicker/issues/841). We welcome your suggestions.

A major update is a great time to make be able to make breaking changes.
Version 5 is being completely rewritten in ES6 and modularized as Tempus Dominus.

## Submitting Issues
If you have issues, please check the following first:
* Have you read the docs?
* Do you have the latest version of momentjs?
* Do you have the latest version of jQuery?
* Please test and/or fork [this jsfiddle](http://jsfiddle.net/Eonasdan/0Ltv25o8/) with an example of your issue before you post an issue here.
* Please indicate which version of the picker you are using (this can be found at the top of any included file)
v5 is [in alpha](https://github.com/tempusdominus/bootstrap-3).

## Where do you use this?
I'd love to know if your public site is using this plugin and list your logo on the documentation site. Please email me `me at eonasdan dot com`.

##Priority support is available at an hourly rate.

If you have an urgent request, bug or need installation help, please contact me at `me at eonasdan dot com` for a quote.

## [Installation instructions](http://eonasdan.github.io/bootstrap-datetimepicker/Installing/)

## [Change Log](http://eonasdan.github.io/bootstrap-datetimepicker/Changelog/)
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eonasdan-bootstrap-datetimepicker",
"version": "4.17.42",
"version": "4.17.43",
"main": [
"build/css/bootstrap-datetimepicker.min.css",
"build/js/bootstrap-datetimepicker.min.js"
Expand Down
2 changes: 1 addition & 1 deletion build/css/bootstrap-datetimepicker.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Datetimepicker for Bootstrap 3
* version : 4.17.42
* version : 4.17.43
* https://github.com/Eonasdan/bootstrap-datetimepicker/
*/
.bootstrap-datetimepicker-widget {
Expand Down
2 changes: 1 addition & 1 deletion build/css/bootstrap-datetimepicker.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6384819

Please sign in to comment.