@@ -359,6 +359,41 @@ Accepts: `string`
359
359
360
360
Set timezone.
361
361
362
+ #### tooltips
363
+
364
+ Default: `{
365
+ today: 'Go to today',
366
+ clear: 'Clear selection',
367
+ close: 'Close the picker',
368
+ selectMonth: 'Select Month',
369
+ prevMonth: 'Previous Month',
370
+ nextMonth: 'Next Month',
371
+ selectYear: 'Select Year',
372
+ prevYear: 'Previous Year',
373
+ nextYear: 'Next Year',
374
+ selectDecade: 'Select Decade',
375
+ prevDecade: 'Previous Decade',
376
+ nextDecade: 'Next Decade',
377
+ prevCentury: 'Previous Century',
378
+ nextCentury: 'Next Century',
379
+ pickHour: 'Pick Hour',
380
+ incrementHour: 'Increment Hour',
381
+ decrementHour: 'Decrement Hour',
382
+ pickMinute: 'Pick Minute',
383
+ incrementMinute: 'Increment Minute',
384
+ decrementMinute: 'Decrement Minute',
385
+ pickSecond: 'Pick Second',
386
+ incrementSecond: 'Increment Second',
387
+ decrementSecond: 'Decrement Second',
388
+ togglePeriod: 'Toggle Period',
389
+ selectTime: 'Select Time'
390
+ }`
391
+
392
+ Accepts: ` object ` with one or all of the parameters above
393
+
394
+ ``` handlebars
395
+ {{bs-datetimepicker date=myDate tooltips=tooltips}}
396
+ ```
362
397
363
398
#### useCurrent
364
399
0 commit comments