Difference between revisions of "User:Syranzi/Documentation/How Tos/Calc: TODAY function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(例:)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
== TODAY ==
 
== TODAY ==
 
== TODAY ==
 
== TODAY ==
Returns the current date and time
+
Returns the current date
  
現在の日付と時間を返します。
+
現在の日付を返します。
 
+
''*訳注:原文 Returns the current date and time は、関数 NOW の定義と同じですが、問題ないでしょうか。Returns the current date (「現在の日付の値を返します。」) である可能性も考えられます。(安西)''
+
  
 
=== Syntax: ===
 
=== Syntax: ===
Line 12: Line 10:
 
: returns the current date (as a date-time serial number). <tt>'''TODAY'''</tt> is updated at every recalculation, for instance if a cell is modified.
 
: returns the current date (as a date-time serial number). <tt>'''TODAY'''</tt> is updated at every recalculation, for instance if a cell is modified.
 
<tt>'''TODAY()'''</tt>
 
<tt>'''TODAY()'''</tt>
: 現在の日付を (日付・時刻の連番として) 返します。 <tt>'''TODAY'''</tt> の値は、セル変更などで再計算をする度に更新されます。
+
: 現在の日付を (日付・時刻のシリアル値として) 返します。 <tt>'''TODAY'''</tt> の値は、セル変更などで再計算をする度に更新されます。
  
 
=== Example: ===
 
=== Example: ===
Line 19: Line 17:
 
: when calculated at say 12 noon on 1Apr08 returns 1Apr08.
 
: when calculated at say 12 noon on 1Apr08 returns 1Apr08.
 
<tt>'''TODAY()'''</tt>
 
<tt>'''TODAY()'''</tt>
: 2008 年 4 月 1 日の正午に計算すると、「2008 年 4 月 1 日」 (1Apr08) と返します。
+
: 2008 年 4 月 1 日の正午に計算すると、「08 年 4 月 1 日」と返します。
  
  
{{Documentation/SeeAlso|関連項目
+
{{SeeAlso|EN|関連項目
 
* [[Documentation/How_Tos/Calc: NOW function|NOW]]
 
* [[Documentation/How_Tos/Calc: NOW function|NOW]]
 
* [[Documentation/How_Tos/Calc: DATE function|DATE]]
 
* [[Documentation/How_Tos/Calc: DATE function|DATE]]

Latest revision as of 09:52, 17 July 2018

TODAY

TODAY

Returns the current date

現在の日付を返します。

Syntax:

構文:

TODAY()

returns the current date (as a date-time serial number). TODAY is updated at every recalculation, for instance if a cell is modified.

TODAY()

現在の日付を (日付・時刻のシリアル値として) 返します。 TODAY の値は、セル変更などで再計算をする度に更新されます。

Example:

例:

TODAY()

when calculated at say 12 noon on 1Apr08 returns 1Apr08.

TODAY()

2008 年 4 月 1 日の正午に計算すると、「08 年 4 月 1 日」と返します。




See Also

関連項目

Personal tools