Pomoc LibreOffice 7.5
Zwraca dzień podanej daty. Dzień jest zwracany jako liczba całkowita z przedziału 1 do 31. Jako argument tej funkcji możesz podać również ujemną wartość daty.
DZIEŃ(Liczba)
Number is the internal date number.
=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).