glenn       01/04/25 19:46:22

  Modified:    datetime/doc/web index.html
  Log:
  Add date and default attributes to FormatTag
  
  Revision  Changes    Path
  1.3       +27 -4     jakarta-taglibs/datetime/doc/web/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/datetime/doc/web/index.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.html        2000/11/06 01:16:42     1.2
  +++ index.html        2001/04/26 02:46:20     1.3
  @@ -7,7 +7,7 @@
   <BODY BGCOLOR="white">
   <CENTER>
   <H1>Jakarta Project: DATETIME JSP Tag Library</H1>
  -<H3>Version 1.0</H3>
  +<H3>Version 1.1</H3>
   </CENTER>
   
   <H3>Table of Contents</H3>
  @@ -286,14 +286,37 @@
           <TD COLSPAN="3">Name of a timezone script id variable.  Date formatting is
            adjusted for the timezone.
           </TD>
  +       </TR>
          <TR BGCOLOR="#CCCCCC">
  -        <TD WIDTH="40%"><B>&nbsp;locale</B></TD>
  +        <TD WIDTH="40%"><B>&nbsp;date</B></TD>
           <TD WIDTH="20%">&nbsp;No</TD>   
  -        <TD WIDTH="40%">&nbsp;No</TD>
  +        <TD WIDTH="40%">&nbsp;Yes</TD>
          </TR>                         
          <TR> 
  -        <TD COLSPAN="3">Set to "<b>true</b>" to use the clients locale, if known, 
when formatting date.
  +        <TD COLSPAN="3">Set the date to format by passing in a Date object
  +         using a runtime expression value.
           </TD>
  +       </TR>
  +       <TR BGCOLOR="#CCCCCC">     
  +        <TD WIDTH="40%"><B>&nbsp;default</B></TD>
  +        <TD WIDTH="20%">&nbsp;No</TD>          
  +        <TD WIDTH="40%">&nbsp;No</TD>          
  +       </TR>                           
  +       <TR>                         
  +        <TD COLSPAN="3">Set the default text to output if their is not
  +         a valid date input as a date object or in the tag body.
  +        </TD>                                                          
  +       </TR>
  +       <TR BGCOLOR="#CCCCCC">     
  +        <TD WIDTH="40%"><B>&nbsp;locale</B></TD>
  +        <TD WIDTH="20%">&nbsp;No</TD>          
  +        <TD WIDTH="40%">&nbsp;No</TD>          
  +       </TR>                           
  +       <TR>                         
  +        <TD COLSPAN="3">Set to "<b>true</b>" to use the clients locale,
  +         if known, when formatting date.
  +        </TD>                                                          
  +       </TR>
         </TABLE>
        </TD>
       </TR>
  
  
  

Reply via email to