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

From Apache OpenOffice Wiki
Jump to: navigation, search
(例:)
(構文:)
Line 12: Line 12:
 
: 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: ===

Revision as of 16:13, 22 January 2011

TODAY

TODAY

Returns the current date and time

現在の日付と時刻を返します。

*訳注:原文 Returns the current date and time は、関数 NOW の定義と同じですが、問題ないでしょうか。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 日 (1Apr08)」と返します。


Template:Documentation/SeeAlso

Personal tools