Difference between revisions of "Translations:Expressions/200/pt-br"

From TaticView
Jump to: navigation, search
(Created page with "Sintaxe: LAST_DAY_OF(<parte da data>; <data base>) Exemplos: '''LAST_DAY_OF(0; DAY_FROM_TODAY(0))''' – retorna o último dia do ano a partir de hoje")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
Sintaxe:
 
Sintaxe:
   LAST_DAY_OF(<parte da data>; <data base>)
+
   LAST_DAY_OF(<parte da data>; < data base>)
 
Exemplos:  
 
Exemplos:  
 
   '''LAST_DAY_OF(0; DAY_FROM_TODAY(0))''' – retorna o último dia do ano a partir de hoje
 
   '''LAST_DAY_OF(0; DAY_FROM_TODAY(0))''' – retorna o último dia do ano a partir de hoje
 +
'''LAST_DAY_OF(1;"Date Problema")''' - retorna o último dia do mês baseado na coluna ''Data Problema''

Latest revision as of 14:33, 19 November 2020

Information about message (contribute)

This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.

Message definition (Expressions)
Syntax:
  LAST_DAY_OF(<date part>; <base date>)
Examples:
  '''LAST_DAY_OF(0;DAY_FROM_TODAY(0))''' - Returns the last day of the year from today.
  '''LAST_DAY_OF(1;"Date Issued")''' - Last day of month based on ''Date Issued'' column
TranslationSintaxe:
  LAST_DAY_OF(<parte da data>; < data base>)
Exemplos: 
  '''LAST_DAY_OF(0; DAY_FROM_TODAY(0))''' – retorna o último dia do ano a partir de hoje
 '''LAST_DAY_OF(1;"Date Problema")''' - retorna o último dia do mês baseado na coluna ''Data Problema''

Sintaxe:

 LAST_DAY_OF(<parte da data>; < data base>)

Exemplos:

 LAST_DAY_OF(0; DAY_FROM_TODAY(0)) – retorna o último dia do ano a partir de hoje
LAST_DAY_OF(1;"Date Problema") - retorna o último dia do mês baseado na coluna Data Problema