jsを指定の書式で日付時間のスタイルコードを表示します.

1675 ワード

///<summary//////日付の表示時間を書式設定する////</summary///<param name="x"gt;表示する日時は、例えばnew Date()</paramgt///<param name="y"gt;表示するフォーマットが必要です.例えば、yyy-M-dd hh:mm:ss<param>function dated 2 str(x,y){var z={M:x.getMonth()+1,d:x.getDate()、h:x.getHours()、m:x.getMinutes()、s:x.getstsSeconds();y=y=y.replace(///(M+ffttHours++++ftttttttttttttttttttttttttttttttt+++++++++++++++++++++++++fffftttttttttttttttttttttttttttttt)+ eval('z.'+v.slice(-1)).slice(-2));return y.replace(/(y+)/g,function(v){return x.getFulYear().toString().slice(-v.length)));alert(Datenet 2 str 2)「yyy-M-dd hh:mm:ss」);alert(date 2 str(new Date()、「yyy-M-d h:m:s」);
[Ctrl+A全選注:外部Jsを導入するにはリフレッシュが必要です.]
時間は現在の時間です.
 
  
//1.2013-4-9 11:21:32
//2.2013 4 9 11 21 32
//3.2013 4 9 11 21 32
//4.2013 4 9 13 21 32
/*
var thedate = new Date();
alert(thedate.getFullYear() + '-' + thedate.getMonth() + '-' + thedate.getDate() + ' ' + thedate.toLocaleTimeString());
alert(thedate.toLocaleDateString() + ' ' + thedate.getHours() + ' ' + thedate.getMinutes() + ' ' + thedate.getSeconds() + ' ');
if (thedate.getHours() < 12) {
alert(thedate.toLocaleDateString() + ' ' + thedate.getHours() + ' ' + thedate.getMinutes() + ' ' + thedate.getSeconds() + ' ');
}
else {
alert(thedate.toLocaleDateString() + ' ' + thedate.getHours() + ' ' + thedate.getMinutes() + ' ' + thedate.getSeconds() + ' ');
}
*/