get-day-from-date

Returns the day part of a given date.

Syntax

    get-day-from-date(strDate)

Parameters

strDate is a string that represents the date for which the day is returned and is specified in the format yyyy-mm-dd. For more information about date and time parameters, see Date and time parameters.

Returns

A number that holds the day part of the given date.

// Ethnio survey code removed