Specifications
Day
674 InfoMaker
Using this expression for a computed field displays 11/11/01 11:11:00:
DateTime(11/11/01, 11:11)
See also
Date
Time
Day
Description Obtains the day of the month in a date value.
Syntax Day ( date )
Return value
Integer. Returns an integer (1–31) representing the day of the month in date.
Examples This expression returns 31:
Day(2005-01-31)
This expression returns the day of the month in the start_date column:
Day(start_date)
See also Date
IsDate
Month
Year
DayName
Description Gets the day of the week in a date value and returns the weekday’s name.
Syntax DayName ( date )
Return value
String. Returns a string whose value is the name of the weekday (Sunday,
Monday, and so on) for date.
Argument Description
date The date for which you want the day
Argument Description
date The date for which you want the name of the day