View source: R/wa_format_date.R
| wa_format_date | R Documentation |
wa-format-date componentGenerated wrapper for the Web Awesome wa-format-date component.
Generated from Web Awesome metadata.
wa_format_date(
...,
id = NULL,
class = NULL,
style = NULL,
date = NULL,
day = NULL,
dir = NULL,
era = NULL,
hour = NULL,
hour_format = NULL,
lang = NULL,
minute = NULL,
month = NULL,
second = NULL,
time_zone = NULL,
time_zone_name = NULL,
weekday = NULL,
year = NULL
)
... |
Child content for the component's default slot. |
id |
Optional DOM id attribute for HTML, CSS, and JS targeting. |
class |
Optional CSS class string. |
style |
Optional inline CSS style string. |
date |
Default: |
day |
Enumerated string. Allowed values: |
dir |
String. Optional Web Awesome attribute. |
era |
Enumerated string. Allowed values: |
hour |
Enumerated string. Allowed values: |
hour_format |
Enumerated string. Allowed values: |
lang |
String. Optional Web Awesome attribute. |
minute |
Enumerated string. Allowed values: |
month |
Enumerated string. Allowed values: |
second |
Enumerated string. Allowed values: |
time_zone |
String. The time zone to express the time in. |
time_zone_name |
Enumerated string. Allowed values: |
weekday |
Enumerated string. Allowed values: |
year |
Enumerated string. Allowed values: |
An HTML tag for the component.
None.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.