second
Syntax
second(X)
Arguments
X is an integer or temporal scalar/vector.
Details
Return the corresponding second(s).
Examples
second 2012.12.03 01:22:01;
// output
01:22:01
second(61);
// output
00:01:01
second(X)
X is an integer or temporal scalar/vector.
Return the corresponding second(s).
second 2012.12.03 01:22:01;
// output
01:22:01
second(61);
// output
00:01:01