← Contents

  STUDY_html_005_B.html

<html>

<script>  </script>

<hr>

<script>  </script>

<hr>

<script>  </script>

<hr>

<script>  </script>

<hr>

<script>  </script>

<hr>

<script>  </script>

<hr>

<script>  </script>

</html>
   ・・・CSSは使われていません
一つずつコピー&ペーストしてください

<script>
document.write(new Date().getFullYear());
</script>

<script>
document.write(new Date().getMonth());
</script>

<script>
document.write(new Date().getDate());
</script>

<script>
document.write(new Date().getDay());
</script>

<script>
document.write(new Date().getHours());
</script>

<script>
document.write(new Date().getMinutes());
</script>

<script>
document.write(new Date().getSeconds());
</script>

sample_STUDY_html_005_B ▶[ Date_Object_&_Method.pdf \ sample_STUDY_html_005_B.pdf    サンプル・ダウンロード  


トップにもどるボタン