User:Syranzi/Documentation/How Tos/Calc: MONTH function

From Apache OpenOffice Wiki
Revision as of 09:50, 17 July 2018 by Sancho (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

MONTH

MONTH

Returns the month of a given date.

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

Syntax:

構文:

MONTH(date)

returns the month of date as a number, where January is 1 and December is 12.
date may be text or a date-time serial number.

MONTH(日付)

「日付」の月を数字として返します。つまり、1 月は「1」、12 月は「12」となります。

Example:

例:

MONTH("2008-06-04")

returns 6.

MONTH(A1)

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

MONTH("2008-06-04")

6 月にあたる「6」を返します。

MONTH(A1)

セル A1 が日付「83 年 11 月 23 日」を日付・時刻のシリアル値として含む場合、「11」を返します。



See Also

関連項目

Personal tools