Skip to content

Commit

Permalink
Add information about UTC dates
Browse files Browse the repository at this point in the history
  • Loading branch information
ETHproductions committed May 31, 2017
1 parent 8a0542c commit a5af1da
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/master.html
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ <h3>`.ô(f)`</h3>
<h3>`.ö()`</h3>
<p>Returns a random element of `this`.</p>
<h3>`.ö(n)`</h3>
<p>Returns a string of `ceil(n)` random elements of `this` (with replacement).</p>
<p>Returns an array of `ceil(n)` random elements of `this` (with replacement).</p>
<h3>`.ö(x)`</h3>
<p>Returns a random permutation of `this`.</p>
<h3>`.ø(a)`</h3>
Expand Down Expand Up @@ -523,6 +523,14 @@ <h3>`.c(f?)`</h3>
<h2>arrow:date-funcs Date functions</h2>
<div id="date-funcs" style="display:none">
<p>You can use `K` to get `new Date()`, or `Ð` to call `new Date(`.</p>
<p>If you give these functions a number as a first parameter, it will change the `get` part of the function according to the following table:</p>
<table class="code-table">
<tr><td style="width:50px"><b>Input</b></td><td><b>Function</b></td></tr>
<tr><td>0</td><td>get</td></tr>
<tr><td>1</td><td>set</td></tr>
<tr><td>2</td><td>getUTC</td></tr>
<tr><td>3</td><td>setUTC</td></tr>
</table>
<p>See <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#Getter" target="_blank">MDN</a> for more information on these functions.</p>
<h3>`.a()`</h3>
<p>Returns `this.getMilliseconds()`.</p>
Expand Down
8 changes: 8 additions & 0 deletions docs/v1.3.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,14 @@ <h3>`.ô(n,n=1)`</h3>
<h2>arrow:date-funcs Date functions</h2>
<div id="date-funcs" style="display:none">
<p>You can use `Ð` to call `new Date(`.</p>
<p>If you give these functions a number as a first parameter, it will change the `get` part of the function according to the following table:</p>
<table class="code-table">
<tr><td style="width:50px"><b>Input</b></td><td><b>Function</b></td></tr>
<tr><td>0</td><td>get</td></tr>
<tr><td>1</td><td>set</td></tr>
<tr><td>2</td><td>getUTC</td></tr>
<tr><td>3</td><td>setUTC</td></tr>
</table>
<p>See <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#Getter" target="_blank">MDN</a> for more information on these functions.</p>
<h3>`.a()`</h3>
<p>Returns `this.getMilliseconds()`.</p>
Expand Down
8 changes: 8 additions & 0 deletions docs/v1.4.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,14 @@ <h3>`.ô(n,n=1)`</h3>
<h2>arrow:date-funcs Date functions</h2>
<div id="date-funcs" style="display:none">
<p>You can use `Ð` to call `new Date(`.</p>
<p>If you give these functions a number as a first parameter, it will change the `get` part of the function according to the following table:</p>
<table class="code-table">
<tr><td style="width:50px"><b>Input</b></td><td><b>Function</b></td></tr>
<tr><td>0</td><td>get</td></tr>
<tr><td>1</td><td>set</td></tr>
<tr><td>2</td><td>getUTC</td></tr>
<tr><td>3</td><td>setUTC</td></tr>
</table>
<p>See <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#Getter" target="_blank">MDN</a> for more information on these functions.</p>
<h3>`.a()`</h3>
<p>Returns `this.getMilliseconds()`.</p>
Expand Down
8 changes: 8 additions & 0 deletions docs/v1.4.2.html
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,14 @@ <h3>`.b(f?)`</h3>
<h2>arrow:date-funcs Date functions</h2>
<div id="date-funcs" style="display:none">
<p>You can use `Ð` to call `new Date(`.</p>
<p>If you give these functions a number as a first parameter, it will change the `get` part of the function according to the following table:</p>
<table class="code-table">
<tr><td style="width:50px"><b>Input</b></td><td><b>Function</b></td></tr>
<tr><td>0</td><td>get</td></tr>
<tr><td>1</td><td>set</td></tr>
<tr><td>2</td><td>getUTC</td></tr>
<tr><td>3</td><td>setUTC</td></tr>
</table>
<p>See <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#Getter" target="_blank">MDN</a> for more information on these functions.</p>
<h3>`.a()`</h3>
<p>Returns `this.getMilliseconds()`.</p>
Expand Down
8 changes: 8 additions & 0 deletions docs/v1.4.3.html
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,14 @@ <h3>`.c(f?)`</h3>
<h2>arrow:date-funcs Date functions</h2>
<div id="date-funcs" style="display:none">
<p>You can use `K` to get `new Date()`, or `Ð` to call `new Date(`.</p>
<p>If you give these functions a number as a first parameter, it will change the `get` part of the function according to the following table:</p>
<table class="code-table">
<tr><td style="width:50px"><b>Input</b></td><td><b>Function</b></td></tr>
<tr><td>0</td><td>get</td></tr>
<tr><td>1</td><td>set</td></tr>
<tr><td>2</td><td>getUTC</td></tr>
<tr><td>3</td><td>setUTC</td></tr>
</table>
<p>See <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#Getter" target="_blank">MDN</a> for more information on these functions.</p>
<h3>`.a()`</h3>
<p>Returns `this.getMilliseconds()`.</p>
Expand Down
8 changes: 8 additions & 0 deletions docs/v1.4.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,14 @@ <h3>`.ô(n,n=1)`</h3>
<h2>arrow:date-funcs Date functions</h2>
<div id="date-funcs" style="display:none">
<p>You can use `Ð` to call `new Date(`.</p>
<p>If you give these functions a number as a first parameter, it will change the `get` part of the function according to the following table:</p>
<table class="code-table">
<tr><td style="width:50px"><b>Input</b></td><td><b>Function</b></td></tr>
<tr><td>0</td><td>get</td></tr>
<tr><td>1</td><td>set</td></tr>
<tr><td>2</td><td>getUTC</td></tr>
<tr><td>3</td><td>setUTC</td></tr>
</table>
<p>See <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#Getter" target="_blank">MDN</a> for more information on these functions.</p>
<h3>`.a()`</h3>
<p>Returns `this.getMilliseconds()`.</p>
Expand Down

0 comments on commit a5af1da

Please sign in to comment.