File tree Expand file tree Collapse file tree 2 files changed +1
-31
lines changed Expand file tree Collapse file tree 2 files changed +1
-31
lines changed Original file line number Diff line number Diff line change @@ -144,36 +144,6 @@ The `DlDateTimePickerComponent` component supports the following keyboard shortc
144
144
| ` PAGE_DOWN ` | Go to the same cell in the next time period |
145
145
| ` ENTER ` or ` SPACE ` | Select current cell |
146
146
147
- ## Examples
148
-
149
- ### Date picker only
150
-
151
- ### Time picker only
152
-
153
- ### Inline date/time picker
154
-
155
- ### Inline date/time picker with data bound to the page with the format specified via date filter
156
-
157
- ### As a drop-down date/time picker
158
-
159
- #### Bootstrap 4 dropdown
160
-
161
- ### Drop-down date/time picker with associated input box
162
-
163
- ### Minimum date/time
164
-
165
- ### Restrict past dates from being selected
166
-
167
- ### Create a date range picker with validation controls
168
-
169
- ### Fixed time zone
170
- By default, all dates and times are in the users local time zone. If you want all dates and times
171
- to be in a specific fixed time zone (regardless of users time zone) you can ... ` TBD `
172
-
173
- ### UTC Mode
174
-
175
- ### Touch mode (for use on mobile devices)
176
-
177
147
## Screen shots
178
148
179
149
### Year view
Original file line number Diff line number Diff line change 16
16
"build:lib" : " ng-packagr -p ng-package.json && npm run build:styles" ,
17
17
"build:styles" : " scss-bundle -c scss-bundle.config.json" ,
18
18
"coverage:upload" : " cat build/coverage/lcov.info | coveralls" ,
19
- "document" : " compodoc --disableInternal --disablePrivate --disableLifeCycleHooks --assetsFolder screenshots -p src/tsconfig.doc.json -n \" Angular Bootstrap Date/Time Picker\" " ,
19
+ "document" : " compodoc --disableInternal --disablePrivate --disableLifeCycleHooks --assetsFolder screenshots -p src/tsconfig.doc.json --gaID UA-325325-19 - n \" Angular Bootstrap Date/Time Picker\" " ,
20
20
"e2e" : " ng e2e" ,
21
21
"lint" : " ng lint" ,
22
22
"ng" : " ng" ,
You can’t perform that action at this time.
0 commit comments