Difference between revisions of "GetTime Command"

From GeoGebra Manual
Jump to: navigation, search
(command syntax: changed [ ] into ( ))
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.0}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|scripting}}
{{command|scripting}}
+
;GetTime()
;GetTime[]
 
 
: Returns a list with the current time and date in this order:  
 
: Returns a list with the current time and date in this order:  
 
: milliseconds, seconds, minutes, hours (0-23), date, month (1-12), year, month (as text), day (as text), day (1 = Sunday, 2 = Monday, etc)
 
: milliseconds, seconds, minutes, hours (0-23), date, month (1-12), year, month (as text), day (as text), day (1 = Sunday, 2 = Monday, etc)
 
:{{example|1=  
 
:{{example|1=  
<code>GetTime[]</code> returns a list such as  ''{647, 59, 39, 23, 28, 2, 2011, "February", "Monday", 2}''
+
<code>GetTime()</code> returns a list such as  ''{647, 59, 39, 23, 28, 2, 2011, "February", "Monday", 2}''.
 
}}
 
}}
  
 
+
;GetTime( "<Format>" )
{{betamanual|version=4.2|
+
:Creates a text using ''Format'' as a template replacing any of the following characters when prefixed by a backslash (\):
;GetTime[<Format>]
 
:where ''Format'' is a Text, replaces any of the following characters when prefixed by a backslash (\):
 
 
:d, D, j, l, N, S, w, z, W, F, m, M, n, t, L, Y, y, a, A,  g, G, h, H, i, s, U - the explanation to these characters are here http://php.net/manual/en/function.date.php
 
:d, D, j, l, N, S, w, z, W, F, m, M, n, t, L, Y, y, a, A,  g, G, h, H, i, s, U - the explanation to these characters are here http://php.net/manual/en/function.date.php
:{{Example|1= <code>GetTime["The date is \l the \j\S of \F \Y"]</code> might give ''"The date is Thursday the 5th of July 2012"''}}}}
+
:{{Example|1= <code>GetTime("The date is \l the \j\S of \F \Y")</code> might give ''The date is Thursday the 5th of July 2012''}}.

Latest revision as of 07:56, 12 October 2017


GetTime()
Returns a list with the current time and date in this order:
milliseconds, seconds, minutes, hours (0-23), date, month (1-12), year, month (as text), day (as text), day (1 = Sunday, 2 = Monday, etc)
Example: GetTime() returns a list such as {647, 59, 39, 23, 28, 2, 2011, "February", "Monday", 2}.


GetTime( "<Format>" )
Creates a text using Format as a template replacing any of the following characters when prefixed by a backslash (\):
d, D, j, l, N, S, w, z, W, F, m, M, n, t, L, Y, y, a, A, g, G, h, H, i, s, U - the explanation to these characters are here http://php.net/manual/en/function.date.php
Example: GetTime("The date is \l the \j\S of \F \Y") might give The date is Thursday the 5th of July 2012

.

© 2024 International GeoGebra Institute