Commit Graph

18 Commits

Author SHA1 Message Date
philippdrebes
8a7cc0615e Extended bootstrap.datepicker for custom formatting option (#9645)
* bootstrap.datepicker: added property assumeNearbyYear to DatepickerOptions

* bootstrap.datepicker: formatting

* Extended bootstrap.datepicker with custom formatting option: https://bootstrap-datepicker.readthedocs.io/en/stable/options.html#format
2016-06-19 10:28:55 +09:00
philippdrebes
16debdc8db Added a property to the bootstrap.datepicker definition (#9212)
* bootstrap.datepicker: added property assumeNearbyYear to DatepickerOptions

* bootstrap.datepicker: formatting
2016-05-06 03:52:15 +09:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
vvakame
4de74cb527 normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
yjukaku
301e5e6a2c bootstrap-datepicker: Allow 'any' for datepicker(methodName) return type
Closes #6454
2015-10-27 11:24:08 -04:00
Omid K. Rad
93f0a11eb6 Added comments about options of Date type
and fixed the build
2014-06-26 19:38:07 -07:00
Omid K. Rad
dbbde7e87d Added more DatepickerOptions
Taken from online docs: http://bootstrap-datepicker.readthedocs.org/
2014-06-26 13:52:20 -07:00
Blake Niemyjski
ec927272fa Please stop changing the todayBtn type...
$('#start').datepicker({
                startDate: new Date(2013, 0, 0),
                endDate: moment().startOf('day').toDate(),
                todayBtn: 'linked'
            })
2014-03-17 15:30:00 -05:00
fancyoung
be638c57f8 fix bootstrap.datepicker type
Param `startDate` and `endDate` are not only Date type.
2014-03-17 12:40:13 +08:00
vvakame
6ab4ffae2b Remove not required tscparams 2014-01-02 16:34:52 +09:00
Igor Oleinikov
4f3f6f58f5 bootstrap.datepicker: fixed errors related to switch on TS 0.9.5; improved typings 2013-12-06 18:59:14 +04:00
Derek Cicerone
392b8a5a08 Add missing on() handler
This was was exposed by a recent update to jquery that tightened up the
typing for on().

Documentation for on(): http://api.jquery.com/on/
2013-10-27 17:17:13 -04:00
vvakame
2708bc05cd Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
vvakame
3fe1f6bc4e Fixed to CI test passing 2013-10-03 10:18:58 +09:00
Boris Yankov
dd35f69637 Big replacement: bool with boolean 2013-08-07 16:59:39 +03:00
Boris Yankov
209d95071a Update reference paths 2013-01-17 20:03:30 +02:00
Natan Vivo
c7d2934d6d Update project references to use jQuery 1.9 instead of missing 1.8 file. 2013-01-17 12:05:06 -02:00
Boris Yankov
7a211c6619 Add bootstrap.datepicker 2012-11-19 01:50:49 +02:00