intro.calendar.html

来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 32 行

HTML
32
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>Introduction</title>  <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="book.calendar.html">Calendar</a></div> <div class="next" style="text-align: right; float: right;"><a href="calendar.setup.html">Installing/Configuring</a></div> <div class="up"><a href="book.calendar.html">Calendar</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="intro.calendar" class="preface">  <h1 class="title">Introduction</h1>  <p class="para">   The calendar extension presents a series of functions to simplify   converting between different calendar formats.  The intermediary or   standard it is based on is the Julian Day Count.  The Julian Day Count is   a count of days starting from January 1st, 4713 B.C.  To convert between   calendar systems, you must first convert to Julian Day Count, then to the   calendar system of your choice.  Julian Day Count is very different from   the Julian Calendar! For more information on Julian Day Count, visit   <a href="http://www.hermetic.ch/cal_stud/jdn.htm" class="link external">&raquo; http://www.hermetic.ch/cal_stud/jdn.htm</a>. For more   information on calendar systems visit <a href="http://www.fourmilab.ch/documents/calendar/" class="link external">&raquo; http://www.fourmilab.ch/documents/calendar/</a>.  Excerpts from this page are   included in these instructions, and are in quotes.  </p> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="book.calendar.html">Calendar</a></div> <div class="next" style="text-align: right; float: right;"><a href="calendar.setup.html">Installing/Configuring</a></div> <div class="up"><a href="book.calendar.html">Calendar</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?