date

Returns a sortable date string of the form "YYYYMMDD".

Syntax

result = date ( [ ansiTime ] ) ;

Arguments

int ansiTime (optional)

Return Value

str result

Exceptions

%ARGUMENT : Invalid arguments. Usage: result = date ( [ 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