datetime

Returns a sortable datetime string of the form "YYYYMMDD:HHMMSS".

Syntax

result = datetime ( [ ansiTime ] ) ;

Arguments

int ansiTime (optional)

Return Value

str result

Exceptions

%ARGUMENT : Invalid arguments. Usage: result = datetime ( [ ansiTime ] ) ;

%BOUNDS : Invalid ansi time value.

Description

None

Examples

To execute the example below, press or modify the example to try different variations.

Related Links

None