mirror of
https://github.com/videojs/video.js.git
synced 2025-02-04 11:43:27 +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