Author: pmouawad
Date: Thu Nov 16 18:59:45 2017
New Revision: 1815503
URL: http://svn.apache.org/viewvc?rev=1815503&view=rev
Log:
Link to javadocs
Modified:
jmeter/trunk/xdocs/usermanual/functions.xml
Modified: jmeter/trunk/xdocs/usermanual/functions.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/functions.xml?rev=1815503&r1=1815502&r2=1815503&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/functions.xml (original)
+++ jmeter/trunk/xdocs/usermanual/functions.xml Thu Nov 16 18:59:45 2017
@@ -1093,7 +1093,7 @@ If omitted, <code>,</code> is used. Note
<properties>
<property name="Format" required="No">
- The format to be passed to SimpleDateFormat.
+ The format to be passed to <a
href="https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html">SimpleDateFormat</a>.
The function supports various shorthand aliases, see below.
If omitted, the function returns the current time in milliseconds
since the epoch.
</property>
@@ -1542,7 +1542,7 @@ becomes:
<properties>
<property name="Format" required="No">
The format to be passed to DateTimeFormatter.
- See
https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html
+ See <a
href="https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html">DateTimeFormatter</a>
If omitted, the function uses milliseconds since epoch format.
</property>
<property name="Date to shift" required="No">