
How to change time format of video to hh:mm:ss
How can I change time format from hh:mm to hh:mm:ss. Currently it show 62:20 (video end time) so I want it to show 01:02:20 instead of it.
Also I need to change player control bar color from white to black.
http://prntscr.com/f1qnv3
jwplayer version: 5.10.2295
jwplayer('viewer').setup({
file: '<?php echo $generalInfo->resourceUrl; ?>',
height: 400,
width: 875,
modes: [
{type: "html5"},
{type: "flash", src: "<?php echo base_url() ?>js/jwplayer/player.swf"}
]
});