s = second(t)
s = second(t, formatIn)
| Paramètre | Description |
|---|---|
| t | numéro de date série ou chaînes de texte en entrée. |
| formatIn | format de date valide |
| Paramètre | Description |
|---|---|
| s | un double : valeur entière. |
s = second(t) extracts the second component from each date and time specified in t.
The output s is a double array containing integer values ranging from 0 to 59.
s = second(738427.656845093)
s = second("2021/09/28 15:45:51", 'YYYY/M/DD HH:MM:SS')
| Version | Description |
|---|---|
| 1.10.0 | version initiale |