js获取当前的日期时间 格式“yyyy-MM-dd HH:MM:SS”

用于获取当前日期字符串

   /**
 * 获取当前的日期时间 格式“yyyy-MM-dd HH:MM:SS”
 * @return {}
 */
getNowFormatDate : function () {
	    var date = new Date();
	    var seperator1 = "-";
	    var seperator2 = ":";
	    var month = date.getMonth() + 1;
	    var strDate = date.getDate();
	    if (month >= 1 && month <= 9) {
	        month = "0" + month;
	    }
	    if (strDate >= 0 && strDate <= 9) {
	        strDate = "0" + strDate;
	    }
	    var hours = date.getHours();
	    if(hours >=0 && hours <=9){
	    	hours = "0" + hours;
	    }
	    var minutes = date.getMinutes();
	    if(minutes >=0 && minutes <=9){
	    	minutes = "0" + minutes;
	    }
	    var seconds = date.getSeconds();
	    if(seconds >=0 && seconds <=9){
	    	seconds = "0" + seconds;
	    }
	    var currentdate = date.getFullYear() + seperator1 + month + seperator1 + strDate
	            + " " + hours + seperator2 + minutes
	            + seperator2 + seconds;
	    return currentdate;
}
posted @ 2017-07-14 10:28  河岸飞流  阅读(1549)  评论(0编辑  收藏  举报

那片笑声让我想起我的那些花儿
在我生命每个角落静静为我开着
我曾以为我会永远守在她身旁
今天我们已经离去在人海茫茫
她们都老了吧 她们在哪里呀
幸运的是我曾陪她们开放