[Kst] www/areas/extragear/apps/kst/kstscript/docs

Andrew Walker arwalker at sumusltd.com
Wed Feb 11 20:01:21 CET 2009


SVN commit 924835 by arwalker:

add further documentation for DataVector

 M  +4 -2      DataVector.html  


--- trunk/www/areas/extragear/apps/kst/kstscript/docs/DataVector.html #924834:924835
@@ -108,9 +108,11 @@
                     <li>months</li>
                     <li>years</li>
                     </ul>
-                    The date entry uses the format year:month:day:hour:minute.seconds (e.g. 2009:2:13:13:10.12).
+                    <ul>
+                    The date entry uses the format yyyy:mm:dd:hh:mm.ss (e.g. 2009:2:13:13:10.12).
                     If any of the leading elements are omitted then the current year, month, day, etc. are assumed.
-                    If the year value is less than 0, then it is assumed to be given relative to 1970 (e.g. -10 becomes 1980), a value less than 100 but greather than or equal to zero is assumed to be relative to 2000 (e.g. 9 becomes 2009), else the year is taken as given.
+                    If the year is less than 0, then it is assumed to be given relative to 1970 (e.g. -10 becomes 1980), else if the year is less than 100 it is assumed to be relative to 2000 (e.g. 9 becomes 2009), else the year is taken as given.
+                    </ul>
        
       <br>number <b>start</b> - 
       The starting frame, date, or time offset.


More information about the Kst mailing list