diff --git a/DESCRIPTION b/DESCRIPTION index 3dd0a1d..3b8f426 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: typstcv Type: Package Title: CV for Quarto & Typst -Version: 0.0.0.9002 +Version: 0.0.0.9003 Authors@R: person(given = "Kazuharu", family = "Yanagimoto", diff --git a/R/utils.R b/R/utils.R index b52b572..d975b29 100644 --- a/R/utils.R +++ b/R/utils.R @@ -23,7 +23,7 @@ format_date <- function(data, start = "start", end = NULL, sep = " - ", - date_format = "%B %Y", + date_format = "%b %Y", colname_date = "date", replace_na = "Present", sort_by = "none", diff --git a/man/format_date.Rd b/man/format_date.Rd index 62a619c..c8b06de 100644 --- a/man/format_date.Rd +++ b/man/format_date.Rd @@ -9,7 +9,7 @@ format_date( start = "start", end = NULL, sep = " - ", - date_format = "\%M \%Y", + date_format = "\%b \%Y", colname_date = "date", replace_na = "Present", sort_by = "none", @@ -25,7 +25,7 @@ format_date( \item{sep}{Separator between start and end date. Default is " - "} -\item{date_format}{Date format. Default is "\%M \%Y"} +\item{date_format}{Date format. Default is "\%B \%Y"} \item{colname_date}{Name for the generated date column. Default is "date"}