LibreOffice 24.8 Help
Trả về ngày của giá trị ngày tháng đã cho. Ngày được trả về dưới dạng một số nguyên nằm giữa 1 và 31. Bạn cũng có thể nhập một giá trị ngày/giờ âm.
DAY(Số)
Number is the internal date number.
DAY() returns the integer part of the day.
=DAY(1) returns 31 (since LibreOffice starts counting at zero from December 30, 1899)
=DAY(NOW()) returns the current day.
=DAY(C4) returns 5 if you enter 1901-08-05 in cell C4 (the date value might get formatted differently after you press Enter).