Description Usage Arguments Value Examples
View source: R/ummalqura_algorithm.R
Function converts gregorian to islamic daes. Yields only valid dates for the period from 1937 to 2077.
1 |
date |
Date in format YYYY-MM-DD. |
Character
1 2 3 | date <- lubridate::today()
# convert to islamic date
ummalqura_algorithm(date)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.