Edit

Share via


Day function (Access custom web app)

Returns an integer representing the day (day of the month) of the specified date in the Gregorian calendar.

Note

The cloud storage feature described in this article is no longer supported in Office 2013 and Office 2016 and may result in the following error: Sorry, we're having server problems, so we can't add <service> right now. Please try again later. For cloud storage for Office Online, Office for iOS, and Office for Android, look into our Office Cloud Storage Partner Program.

Syntax

Day (Date)

The Day function contains the following argument.

Argument name Description
Date
An expression that can be resolved to a Date/Time value. The Date argument expression, column expression, user-defined variable or string literal.

Remarks

Day returns the same value as Datepart (day, date).