Browse Source

HPCC-16367 Edits made based upon review

Signed-off-by: Jim DeFabia <jamesdefabia@lexisnexis.com>
Jim DeFabia 8 năm trước cách đây
mục cha
commit
1192b18057

+ 2 - 2
docs/ECLStandardLibraryReference/SLR-Mods/CurrentDate.xml

@@ -30,8 +30,8 @@
         <row>
           <entry>Return:</entry>
 
-          <entry>Today returns a Date_t (An UNSIGNED3 holding a time of day in
-          the decimal form HHMMDD.)</entry>
+          <entry>Today returns a Date_t representing the current date.
+          </entry>
         </row>
       </tbody>
     </tgroup>

+ 2 - 3
docs/ECLStandardLibraryReference/SLR-Mods/IsValidTime.xml

@@ -27,15 +27,14 @@
         <row>
           <entry>Return:</entry>
 
-          <entry>IsValidDateLeapYear returns a BOOLEAN value.</entry>
+          <entry>IsValidTime returns a BOOLEAN value.</entry>
         </row>
       </tbody>
     </tgroup>
   </informaltable>
 
   <para>The <emphasis role="bold">IsValidDate</emphasis> function returns TRUE
-  if the date is valid, both by range-checking the year and by validating each
-  of the other individual components.</para>
+  if the time is valid.</para>
 
   <para>Example:</para>