LibreOffice 24.8 Yardım
Seri numarayla gösterilen bir tarihin gününü verir. Gün 1 - 31 arasında bir tamsayı olarak verilir. Negatif bir tarih/saat değeri de girebilirsiniz.
GÜN(Sayı)
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).