You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by gl...@locus.apache.org on 2000/11/06 02:15:41 UTC

cvs commit: jakarta-taglibs/datetime/conf datetime.tld

glenn       00/11/05 17:15:41

  Modified:    datetime/conf datetime.tld
  Log:
  Cleanup for release
  
  Revision  Changes    Path
  1.3       +9 -9      jakarta-taglibs/datetime/conf/datetime.tld
  
  Index: datetime.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/datetime/conf/datetime.tld,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- datetime.tld	2000/10/14 16:50:49	1.2
  +++ datetime.tld	2000/11/06 01:15:41	1.3
  @@ -34,7 +34,7 @@
       <tagclass>org.apache.taglibs.datetime.TimeZonesTag</tagclass>
       <teiclass>org.apache.taglibs.datetime.TimeZonesTEI</teiclass>
       <bodycontent>JSP</bodycontent>
  -    <info>Used to loop through all timezones.</info>
  +    <info>Loop through all timezones.</info>
       <attribute>
         <name>id</name>
         <required>true</required>
  @@ -56,7 +56,7 @@
       <name>format</name>
       <tagclass>org.apache.taglibs.datetime.FormatTag</tagclass>
       <bodycontent>JSP</bodycontent>
  -    <info>Formats a date for output.</info>
  +    <info>Formats a date in milliseconds since Jan 1, 1970 GMT for output as a date string.</info>
       <attribute>
         <name>pattern</name>
         <required>false</required>
  @@ -78,7 +78,7 @@
       <name>parse</name>
       <tagclass>org.apache.taglibs.datetime.ParseTag</tagclass>
       <bodycontent>JSP</bodycontent>
  -    <info>Parses a date string and outputs the time in ms.</info>
  +    <info>Parses a date string and outputs the time in milliseconds since Jan 1, 1970 GMT.</info>
       <attribute>
         <name>pattern</name>
         <required>false</required> 
  @@ -100,7 +100,7 @@
       <name>timezone</name>
       <tagclass>org.apache.taglibs.datetime.TimeZoneTag</tagclass>
       <bodycontent>JSP</bodycontent>
  -    <info>Creates a SESSION script variable for clients time zone.</info>
  +    <info>Create a time zone script variable for use with the parse or format tags.</info>
       <attribute>
         <name>id</name>
         <required>true</required>
  @@ -112,7 +112,7 @@
       <name>currenttime</name>   
       <tagclass>org.apache.taglibs.datetime.CurrentTimeTag</tagclass>   
       <bodycontent>empty</bodycontent>                               
  -    <info>Gets the current time in ms.</info>
  +    <info>Gets the current time in milliseconds since Jan 1, 1970 GMT.</info>
     </tag>
   
     <tag>
  @@ -120,7 +120,7 @@
       <tagclass>org.apache.taglibs.datetime.MonthsTag</tagclass>
       <teiclass>org.apache.taglibs.datetime.MonthsTEI</teiclass>
       <bodycontent>JSP</bodycontent>
  -    <info>Used to loop through the months of the year.</info>
  +    <info>Loop through the months of the year.</info>
       <attribute>
         <name>id</name>
         <required>true</required>
  @@ -138,7 +138,7 @@
       <tagclass>org.apache.taglibs.datetime.WeekdaysTag</tagclass>   
       <teiclass>org.apache.taglibs.datetime.WeekdaysTEI</teiclass>   
       <bodycontent>JSP</bodycontent>                               
  -    <info>Used to loop through the days of the week.</info>
  +    <info>Loop through the days of the week.</info>
       <attribute>                                     
         <name>id</name>
         <required>true</required>
  @@ -156,7 +156,7 @@
       <tagclass>org.apache.taglibs.datetime.AmPmsTag</tagclass>
       <teiclass>org.apache.taglibs.datetime.AmPmsTEI</teiclass>
       <bodycontent>JSP</bodycontent> 
  -    <info>Used to loop through the am/pm names.</info>
  +    <info>Loop through the am/pm names.</info>
       <attribute>
         <name>id</name>
         <required>true</required>
  @@ -174,7 +174,7 @@
       <tagclass>org.apache.taglibs.datetime.ErasTag</tagclass>   
       <teiclass>org.apache.taglibs.datetime.ErasTEI</teiclass>   
       <bodycontent>JSP</bodycontent>                              
  -    <info>Used to loop through the era names.</info>     
  +    <info>Loop through the era names.</info>     
       <attribute>                                            
         <name>id</name>
         <required>true</required>