Skip to content

Commit

Permalink
Documentation tweak (PR#18596).
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@85418 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
kalibera committed Oct 26, 2023
1 parent 46b9ae2 commit e4407d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/library/base/man/strptime.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ strptime(x, format, tz = "")
If the week (starting on Monday) containing 1 January has four or
more days in the new year, then it is considered week 1. Otherwise, it
is the last week of the previous year, and the next week is week
1. (Accepted but ignored on input.)}
1. See \code{\%G} (\code{\%g}) for the year corresponding to the
week given by \code{\%V}. (Accepted but ignored on input.)}
\item{\code{\%w}}{Weekday as decimal number (0--6, Sunday is 0).}
\item{\code{\%W}}{Week of the year as decimal number (00--53) using
Monday as the first day of week (and typically with the
Expand Down

0 comments on commit e4407d3

Please sign in to comment.