Deleted Added
full compact
strftime.3 (108652) strftime.3 (131504)
1.\" Copyright (c) 1989, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the American National Standards Committee X3, on Information
6.\" Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 20 unchanged lines hidden (view full) ---

29.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE.
35.\"
36.\" @(#)strftime.3 8.1 (Berkeley) 6/4/93
1.\" Copyright (c) 1989, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the American National Standards Committee X3, on Information
6.\" Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 20 unchanged lines hidden (view full) ---

29.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE.
35.\"
36.\" @(#)strftime.3 8.1 (Berkeley) 6/4/93
37.\" $FreeBSD: head/lib/libc/stdtime/strftime.3 108652 2003-01-04 09:47:40Z tjr $
37.\" $FreeBSD: head/lib/libc/stdtime/strftime.3 131504 2004-07-02 23:52:20Z ru $
38.\"
39.Dd January 4, 2003
40.Dt STRFTIME 3
41.Os
42.Sh NAME
43.Nm strftime
44.Nd format date and time
45.Sh LIBRARY

--- 133 unchanged lines hidden (view full) ---

179.It Cm \&%U
180is replaced by the week number of the year (Sunday as the first day of
181the week) as a decimal number (00-53).
182.It Cm %u
183is replaced by the weekday (Monday as the first day of the week)
184as a decimal number (1-7).
185.It Cm \&%V
186is replaced by the week number of the year (Monday as the first day of
38.\"
39.Dd January 4, 2003
40.Dt STRFTIME 3
41.Os
42.Sh NAME
43.Nm strftime
44.Nd format date and time
45.Sh LIBRARY

--- 133 unchanged lines hidden (view full) ---

179.It Cm \&%U
180is replaced by the week number of the year (Sunday as the first day of
181the week) as a decimal number (00-53).
182.It Cm %u
183is replaced by the weekday (Monday as the first day of the week)
184as a decimal number (1-7).
185.It Cm \&%V
186is replaced by the week number of the year (Monday as the first day of
187the week) as a decimal number (01-53). If the week containing January
187the week) as a decimal number (01-53).
188If the week containing January
1881 has four or more days in the new year, then it is week 1; otherwise
189it is the last week of the previous year, and the next week is week 1.
190.It Cm %v
191is equivalent to
192.Dq Li %e-%b-%Y .
193.It Cm \&%W
194is replaced by the week number of the year (Monday as the first day of
195the week) as a decimal number (00-53).

--- 75 unchanged lines hidden ---
1891 has four or more days in the new year, then it is week 1; otherwise
190it is the last week of the previous year, and the next week is week 1.
191.It Cm %v
192is equivalent to
193.Dq Li %e-%b-%Y .
194.It Cm \&%W
195is replaced by the week number of the year (Monday as the first day of
196the week) as a decimal number (00-53).

--- 75 unchanged lines hidden ---