Inhaltsverzeichnis

ConvertToDateTimeFromString

The function ConvertToDateTimeFromString() works exactly like ConvertDateTimeFromString., only that a date value is returned.

The function ConvertToDateTimeFromString() converts a date value formatted as a string into a date value. The formats to be recognized can be specified.

The function expects at least one parameter and returns the date value.

syntax:

ConvertToDateTimeFromString('Date as text', 'Format 1', 'Format 2', 'Format 3', ..)

Example:

See ConvertDateTimeFromString.