jdate_now | R Documentation |
System representation of the current time as jdate and jdatetime.
jdate_now(tzone = "")
jdatetime_now(tzone = "")
tzone |
Time zone to get the current time for. |
jdate_now()
A jdate object.
jdatetime_now()
A jdatetime object.
# Current Jalali date in the local time zone
jdate_now()
# Current Jalali date in a specified time zone
jdate_now("Asia/Tokyo")
# may be true or false
jdate_now("Asia/Tehran") == jdate_now("Asia/Tokyo")
# Current Jalali datetime in the local time zone
jdatetime_now()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.