| Line 86... |
Line 86... |
| 86 |
|
86 |
|
| 87 |
If \code{format} is specified, remember that some of the format
|
87 |
If \code{format} is specified, remember that some of the format
|
| 88 |
specifications are locale-specific, and you may need to set the
|
88 |
specifications are locale-specific, and you may need to set the
|
| 89 |
\code{LC_TIME} category appropriately \emph{via}
|
89 |
\code{LC_TIME} category appropriately \emph{via}
|
| 90 |
\code{\link{Sys.setlocale}}. This most often affects the use of
|
90 |
\code{\link{Sys.setlocale}}. This most often affects the use of
|
| 91 |
\code{\%a}, \code{\%A} (weekday names),
|
91 |
\samp{\%a}, \samp{\%A} (weekday names),
|
| 92 |
\code{\%b}, \code{\%B} (month names) and \code{\%p} (AM/PM).
|
92 |
\samp{\%b}, \samp{\%B} (month names) and \samp{\%p} (AM/PM).
|
| 93 |
|
93 |
|
| 94 |
Logical \code{NA}s can be converted to either of the classes, but no
|
94 |
Logical \code{NA}s can be converted to either of the classes, but no
|
| 95 |
other logical vectors can be.
|
95 |
other logical vectors can be.
|
| 96 |
|
96 |
|
| 97 |
If you are given a numeric time as the number of seconds since an
|
97 |
If you are given a numeric time as the number of seconds since an
|