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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Created page with '== DAY == == DAY == Returns the day of a given date. 指定された日付の日を返します。 === Syntax: === === Syntax: === <tt>'''DAY(date)'''</tt> : returns the day o…')
(No difference)

Revision as of 13:16, 22 January 2011

DAY

DAY

Returns the day of a given date.

指定された日付の日を返します。

Syntax:

Syntax:

DAY(date)

returns the day of date as a number (1-31).
date may be text or a date-time serial number.

DAY(日付)

「日付」の日を数字 (「1」から「31」) として返します。
「日付」は文字、または日付・時刻の連番です。

Example:

例:

DAY("2008-06-04")

returns 4.

DAY(A1)

where cell A1 contains the date 23Nov83 as a date-time serial number, returns 23.

DAY("2008-06-04")

4 日にあたる「4」を返します。

DAY(A1)

セル A1 が日付 「83 年 11 月 23 日(23Nov83)」を含む場合、「23」を返します。

Template:Documentation/SeeAlso 関連項目

Personal tools