Sfoglia il codice sorgente

Use long date format in Rmd skeleton

master
Garrick Aden-Buie 7 anni fa
parent
commit
a93559e946
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      inst/rmarkdown/templates/bulma_document/skeleton/skeleton.Rmd

+ 1
- 1
inst/rmarkdown/templates/bulma_document/skeleton/skeleton.Rmd Vedi File

@@ -12,7 +12,7 @@ author:
extra:
- "Second Affiliation"
- "Very Cool Guy"
date: '`r strftime(Sys.time(), "%F %T")`'
date: '`r strftime(Sys.time(), "%A, %B %e, %Y")`'
bulma:
hero: ["info"]
hero_body: "has-text-left"

Loading…
Annulla
Salva