DAY: Basic DAY function from excel

Description Usage Arguments Value Examples

View source: R/DAY.R

Description

It acts similiarly to Excel's DAY function. It gives you the day from specified date.

Usage

1

Arguments

date

Give the date argument so it can extract day from the date.

Value

in this example we have 13th of January. Function will return 13 as it is the day from the date. Function will always return numeric class.

Examples

1
DAY(DATE(2020,1,13))

ExcelFunctionsR documentation built on July 1, 2020, 8:35 p.m.