Skip to contents

Return the Armenian date data structure

Usage

armenian_date(year, month, day)

Arguments

year

The Armeniam calendar year.

month

The Armeniam calendar month.

day

The Armeniam calendar day.

Value

An Armenian date.

Examples

if (FALSE) {
armenian_date(1, 2, 3)
}