LibreOffice SymbolLibreOffice Symbol

Please support us!

FECHA

Esta función calcula una fecha, especificada per añu, mes, día y amosar nel formatu de la caxella. El formatu predetermináu d'una caxella que contién la función DATE ye'l formatu de fecha, pero pue formatearlo les caxelles con cualesquier otru formatu numbéricu.

Sintaxis

FECHA(Añu; Mes; Día)

Añu ye un enteru ente 1583 y 9957 o ente 0 y 99.

Iconu de nota

In - LibreOfficeDev - General you can set from which year a two-digit number entry is recognized as 20xx.


Month is an integer indicating the month. A value between 1 and 12.

Day is an integer indicating the day of the month. A value between 1 and 31.

If the values for month and day are out of bounds, they are carried over to the next digit. If you enter =DATE(2000;12;31) the result will be 2000-12-31. If, on the other hand, you enter =DATE(2000;13;31) the result will be 2001-01-31.

Iconu de conseyu

To avoid ambiguity, always use four digits for years.


Iconu de nota

For Integer arguments, non-integer values are truncated to Integer.


Exemplos

=DATE(00;1;31) yields the date 2000-01-31 written as 01/31/00 if the cell format setting is MM/DD/YY.

Información téunica

Iconu de nota

This function is part of the Open Document Format for Office Applications (OpenDocument) standard.