date_start <- function(int) {
lubridate::date(lubridate::int_start(int))
}
date_end <- function(int) {
lubridate::date(lubridate::int_end(int))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.