1PLTIMEFMT(3plplot)                PLplot API                PLTIMEFMT(3plplot)
2
3
4

NAME

6       pltimefmt - Set format for date / time labels
7

SYNOPSIS

9       pltimefmt(fmt)
10

DESCRIPTION

12       Sets  the  format  for date / time labels. To enable date / time format
13       labels see the options to plbox(3plplot) and plenv(3plplot).
14
15       Redacted form: pltimefmt(fmt)
16
17       This function is used in example 29.
18

ARGUMENTS

20       fmt (const char *, fmt)
21              This string is passed directly to the system strftime.  See  the
22              system  documentation  for  a full list of conversion specifica‐
23              tions for your system. All conversion  specifications  take  the
24              form  of a '%' character followed by further conversion specifi‐
25              cation character.  All  other  text  is  printed  as-is.  Common
26              options  include: %c: The preferred date and time representation
27              for the current locale.  %d: The day of the month as  a  decimal
28              number.  %H: The hour as a decimal number using a 24-hour clock.
29              %j: The day of the year as a decimal number.  %m: The month as a
30              decimal  number.   %M:  The minute as a decimal number.  %S: The
31              second as a decimal number.  %y: The year as  a  decimal  number
32              without  a century.  %Y: The year  as a decimal number including
33              a century.
34
35
36

AUTHORS

38       Geoffrey Furnish and Maurice LeBrun wrote and  maintain  PLplot.   This
39       man  page  was  automatically  generated from the DocBook source of the
40       PLplot  documentation,  maintained  by  Alan  W.   Irwin   and   Rafael
41       Laboissiere.
42

SEE ALSO

44       PLplot documentation at http://plplot.sourceforge.net/resources.
45
46
47
48                                  July, 2010                PLTIMEFMT(3plplot)
Impressum