mirror of
https://github.com/videojs/video.js.git
synced 2025-03-17 21:18:27 +02:00
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