revealjs: format of date entry on title page #3265
-
I am making a revealjs presentation. I wrote the date entry in the YAML as day month year (eg 10 November 2022). But on the title page, the date is formatted as |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Quarto supports formatting the date - you can control the format using |
Beta Was this translation helpful? Give feedback.
-
While I don't see it explicitly mentioned in the docs -- apparently you can provide any text string as "date format". If it does not match the date formats, it gets printed as-is. In my case -- supplying Thanks for the useful tool! |
Beta Was this translation helpful? Give feedback.
-
I have the issue in another way. I want to use the R system date to include it in the YAML , but it doesn´t work. title: "Test date" This doesn´t work even though I change it as date: " The only way to work is if I use something like this. date: 2023/10/11 However, I´d like R to run it for me every time. Any solution? |
Beta Was this translation helpful? Give feedback.
-
Please open a new discussion and format properly your example by enclosing it in a code block with more backticks (four). |
Beta Was this translation helpful? Give feedback.
Quarto supports formatting the date - you can control the format using
date-format
- more about that here:https://quarto.org/docs/reference/dates.html