Day Function

  • Updated

Returns the day of the month for a given Date or DateTime.

Syntax 1

 

Returns the day of the month for a given Date or DateTime.

 

Day()

Syntax 2

 

Returns the day of the month for a given Date or DateTime.

 

Day(dateTime)

 

 

Arguments:

 

 

 

dateTime

DateTime - A DateTime or Date.

Remarks

  • Example: Day("2005-1-28") returns 28.
  • Example: Day() returns the current day of the month.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.