summaryrefslogtreecommitdiff
path: root/doc/Printer.Fcalendar.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Printer.Fcalendar.html')
-rw-r--r--doc/Printer.Fcalendar.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/Printer.Fcalendar.html b/doc/Printer.Fcalendar.html
index 80ba435..1965161 100644
--- a/doc/Printer.Fcalendar.html
+++ b/doc/Printer.Fcalendar.html
@@ -28,14 +28,15 @@
<title>Printer.Fcalendar</title>
</head>
<body>
-<div class="navbar"><a href="Printer.Precise_Fcalendar.html">Previous</a>
-&nbsp;<a href="Printer.html">Up</a>
+<div class="navbar"><a class="pre" href="Printer.Precise_Fcalendar.html" title="Printer.Precise_Fcalendar">Previous</a>
+&nbsp;<a class="up" href="Printer.html" title="Printer">Up</a>
&nbsp;</div>
-<center><h1>Module <a href="type_Printer.Fcalendar.html">Printer.Fcalendar</a></h1></center>
-<br>
-<pre><span class="keyword">module</span> Fcalendar: <code class="type"><a href="Printer.S.html">S</a></code><code class="type"> with type t = Fcalendar.t</code></pre>Fcalendar printer. Seconds are rounded to integers before pretty printing.
+<h1>Module <a href="type_Printer.Fcalendar.html">Printer.Fcalendar</a></h1>
+<pre><span class="keyword">module</span> Fcalendar: <code class="type"><a href="Printer.S.html">S</a></code><code class="type"> with type t = Fcalendar.t</code></pre><div class="info">
+Fcalendar printer. Seconds are rounded to integers before pretty printing.
Default format is <code class="code">%i %<span class="constructor">T</span></code>.<br>
<b>Since</b> 2.0<br>
+</div>
<hr width="100%">
<pre><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> </pre>
<div class="info">
@@ -63,7 +64,7 @@ Same as <code class="code">sprint d</code> where <code class="code">d</code> is
(see the printer implementations).<br>
</div>
<br>
-<span id="3_Parsersfromstring"><h3>Parsers from string</h3></span><br>
+<h3 id="3_Parsersfromstring">Parsers from string</h3><br>
<pre><span id="VALfrom_fstring"><span class="keyword">val</span> from_fstring</span> : <code class="type">string -> string -> <a href="Printer.S.html#TYPEt">t</a></code></pre><div class="info">
<code class="code">from_fstring format s</code> converts <code class="code">s</code> to a date according to <code class="code">format</code>.
<p>