Skip to content

Commit

Permalink
thanks to Balz documentation on date format improved
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Jan 16, 2012
1 parent 3d9b3b6 commit 4a9fd96
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@ <h1>Scheduler<br /></h1>
&lt;scheduler xmlns=&quot;http://www.wyona.org/scheduler/1.0&quot;&gt;
&lt;jobs enabled=&quot;true&quot;&gt;
&lt;job class=&quot;org.wyona.yanel.servlet.HeartbeatJob&quot; name=&quot;hearbeat1&quot;&gt;
&lt;--&lt;trigger startDate=&quot;2010.11.15T10:30:15&quot;&gt;--&gt;
&lt;!--&lt;trigger startDate=&quot;2012.01.16T23:30:15&quot;&gt;--&gt; &lt;!-- Date format: "yyyy.MM.dd'T'HH:mm:ss" --&gt;
&lt;trigger startDate=&quot;NOW&quot;&gt;
&lt;!--&lt;repeat count=&quot;REPEAT_INDEFINITELY&quot; interval=&quot;60000&quot;/&gt;--&gt;
&lt;repeat count=&quot;3&quot; interval=&quot;60000&quot;/&gt;
Expand Down

0 comments on commit 4a9fd96

Please sign in to comment.