Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Diff of /trunk/doc/en/html/macro/command/getdate.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 332 by maya, Sun Dec 17 15:20:31 2006 UTC revision 568 by maya, Thu Sep 20 08:27:01 2007 UTC
# Line 1  Line 1 
1  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2    "http://www.w3.org/TR/html4/strict.dtd">    "http://www.w3.org/TR/html4/strict.dtd">
3  <HTML>  <html>
4  <HEAD>  <head>
5  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6  <TITLE>getdate</TITLE>    <title>getdate</title>
7  <META http-equiv="Content-Style-Type" content="text/css">    <meta http-equiv="Content-Style-Type" content="text/css">
8  <link rel="stylesheet" href="../../style.css" type="text/css">    <link rel="stylesheet" href="../../style.css" type="text/css">
9  </HEAD>  </head>
10  <BODY>  
11    <body>
12  <DIV ALIGN="left">  
13  <FONT SIZE="+2">getdate</FONT><BR><BR>  
14  </div>  <h1>getdate</h1>
15    
16  Format:  <p>
17  <UL>  Gets current date.
18  <B>  </p>
19    
20    <pre class="macro-syntax">
21  getdate &lt;strvar&gt;  getdate &lt;strvar&gt;
22  </B>  </pre>
 </UL>  
 <P></P>  
23    
24    <h2>Remarks</h2>
25    
26    <p>
27  Returns the current date in the string variable &lt;strvar&gt;, with the format "YYYY-MM-DD".  Returns the current date in the string variable &lt;strvar&gt;, with the format "YYYY-MM-DD".
28  <P></P>  </p>
29    
30  <pre>  <h2>Example</h2>
 Example:  
         getdate datestr  
 </pre>  
31    
32  </BODY>  <pre class="macro-example">
33  </HTML>  <code>getdate datestr
34    </code></pre>
35    
36    </body>
37    </html>

Legend:
Removed from v.332  
changed lines
  Added in v.568

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26