LibreOffice 24.8 Help
Trả về phần tháng của giá trị ngày tháng đã cho. Phần tháng được trả về dưới dạng một số nguyên nằm giữa 1 và 12.
MONTH(Số)
Number is the internal date number.
MONTH() returns the integer part of the month.
=MONTH(NOW()) returns the current month.
=MONTH(C4) returns 7 if you enter 2000-07-07 to cell C4 (that date value might get formatted differently after you press Enter).