#' Formats time as "\%d/\%m/\%Y \%H:\%M"
#' @param mytime time to be formatted
#' @return formatted time
#' @export
format_time_for_qtvar=function(mytime){
mytime %>%
round("mins") %>%
format("%d/%m/%Y %H:%M")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.