@HspDateToString

Questa funzione restituisce il tipo di stringa in formato DD/MM/YYYY.

Sintassi

@HspDateToString(NumericDateInput)
Parametro Descrizione
NumericDateInput La data deve essere un valore numerico.

Esempio

Questo esempio converte 20100101 in una stringa.

@return(@hspdatetostring(20100101),error);

Il valore restituito è 01/01/2010.