mirror of
https://github.com/videojs/video.js.git
synced 2024-12-02 09:11:54 +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 |
||
---|---|---|
.. | ||
api | ||
require | ||
unit | ||
globals-shim.js | ||
index.html | ||
karma.conf.js |