DATAORA (Generatore report 1.0)
Restituisce un valore datetime in base a un anno, mese, giorno, ora, minuto e secondo specificati.
Sintassi
DATETIME(year, month, day, hour, minute, second)
year |
Specifica il valore integer che rappresenta l'anno. |
month |
Specifica il valore integer che rappresenta il mese (1-12). |
day |
Specifica il valore integer che rappresenta il giorno (1-31). |
hour |
Specifica il valore integer che rappresenta l'ora (0-23). |
minute |
Specifica il valore integer che rappresenta il minuto (0-59). |
second |
Specifica il decimale che rappresenta il secondo (0-60). |
Esempio
Formula |
Risultato |
---|---|
DATETIME(2008, 8, 5, 6, 57, 32) |
05/08/2009 6.57.32 |
Vedere anche