1
0
mirror of https://github.com/videojs/video.js.git synced 2025-02-04 11:43:27 +02:00
twosmalltrees 2f96914b8e feat(format time): add setFormatTime for overriding the time format (#4962)
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
2018-03-07 14:37:10 -05:00
..
2017-01-26 22:04:34 -05:00
2017-01-19 17:29:09 -05:00