mirror of
https://github.com/videojs/video.js.git
synced 2025-01-04 06:48:49 +02:00
2f96914b8e
Add setFormatTime for Video.js to allow users to change the time format. Example usage: ```js videojs.setFormatTime((seconds, guide) => `${seconds}, ${guide}`)); ``` Add resetFormatTime to reset the time format to the default. Fixes #2931 |
||
---|---|---|
.. | ||
dom-data.test.js | ||
dom.test.js | ||
filter-source.test.js | ||
fn.test.js | ||
format-time.test.js | ||
log.test.js | ||
merge-options.test.js | ||
obj.test.js | ||
promise.test.js | ||
time-ranges.test.js | ||
to-title-case.test.js | ||
url.test.js |