LibreOffice SymbolLibreOffice Symbol

Necessitamos da sua ajuda!

DATA

Esta função calcula uma data especificada pelo ano, mês e dia e mostra-a no formato da célula. O formato padrão de uma célula que contenha a função DATA é o formato de data, mas pode formatar as células com qualquer outro formato numérico.

Sintaxe

DATA(ano; mês; dia)

ano é um número inteiro entre 1583 e 9957 ou entre 0 e 99.

Ícone de nota

Em - LibreOfficeDev - Geral , pode definir o ano em que uma entrada de dois dígitos deve ser reconhecida como 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.

Ícone da dica

To avoid ambiguity, always use four digits for years.


Ícone 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.

Technical information

Ícone de nota

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