Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.5a

Application v 5.23b

  

 

Chapter FiveGeneral Functions (continued)

MS1904ToString Function

Overview

The MS1904ToString function converts Microsoft 1904 type date to an ISO-8601 formatted date string.

Syntax/Parameters

Syntax

string  = MS1904ToString ( int value | string value | float value );

Parameters

value

A date numbered from January 1, 1900 as a string, float or int.

Return Value

Returns a string as an ISO-8601 date and optional time or en empty string on failure. Use GetLastError to retrieve a formatted error code.

Remarks

Certain applications employ a date counting method known as 1904 where a date value is stored as days from January 1, 1900. There are a number of variations on this method, this version works with the 1900 basis and compensated for the leap year error in 1900.

Time values can be represented as fractions of days (except for the value as int).

The string value can be a whole number or a real number. The value is converted as appropriate and then run as an integer or as a float.

The returned date string will not have a time attached if the source does not have a fractional of a day.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic

Page revised 2024-08-19