Field-Map Scripting

4.1.12.12 DateToStr

DateToStr function


Prototype:

function DateToStr(const Date: variant): string;

Description:

Converts numerical representation of date to textual form.

Syntax:

DateToStr(Date); / variable:= DateToStr(Date);


Part

Description


variable

Variable declared as a string


Date

variant variable, contains numerical representation of date

Return value:

string date



See also:                

Day; Month; Year; DecodeDate; DecodeDateExt; DecodeDateTimeExt; YearOf; MonthOf; DayOf; DaysInAMonth; StrToDateTime; DateToStr; DateTimeAsString; FormatElapsedTime; Date; Now; IncMonth; IncDay;