Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 255 Bytes

File metadata and controls

18 lines (11 loc) · 255 Bytes

funzione to_time

Converti una stringa in un oggetto time.

Sintassi

  • to_time(string)

Argomenti

  • string stringa rappresentante un valore time

Esempi

to_time('12:30:01') → 12:30:01