·您当前的位置:首页 > 技术教程 > Html5技术 >

[html5]html5播放器的一段格式化时间的代码

时间:2018-11-14 16:29csdn.net
[html5]html5播放器的一段格式化时间的代码

[html5]html5播放器的一段格式化时间的代码

  1. function getFormatTime(time) { 
  2.     var timetime = time || 0; 
  3.     var h = parseInt(time/3600), 
  4.         m = parseInt(time%3600/60), 
  5.         s = parseInt(time%60); 
  6.     hh = h < 10 ? "0"+h : h; 
  7.     mm = m < 10 ? "0"+m : m; 
  8.     ss = s < 10 ? "0"+s : s; 
  9.     return h+":"+m+":"+s; 
  1. //获取当前时间,格式YYYY-MM-DD 
  2.     function getNowFormatDate() { 
  3.         var date = new Date(); 
  4.         var seperator1 = "-"
  5.         var year = date.getFullYear(); 
  6.         var month = date.getMonth() + 1; 
  7.         var strDate = date.getDate(); 
  8.         if (month >= 1 && month <= 9) { 
  9.             month = "0" + month; 
  10.         } 
  11.         if (strDate >= 0 && strDate <= 9) { 
  12.             strDate = "0" + strDate; 
  13.         } 
  14.         var currentdate = year + seperator1 + month + seperator1 + strDate; 
  15.         return currentdate; 
  16.     } 

 

热门文章推荐

请稍候...

保利威视云平台-轻松实现点播直播视频应用

酷播云数据统计分析跨平台播放器