Skip to content

Commit 6a7601f

Browse files
committed
Types: Punctuation. No ticket.
1 parent f96d8d8 commit 6a7601f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Types.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ <h2 id="Date"> Date </h2>
428428
<pre><code data-lang="javascript">
429429
new Date();
430430
</code></pre>
431-
<p>To create a Date object for an alternative date and time, pass numeric arguments in the following order: year, month, day, minute, second, millisecond - although note that the month is zero-based, whereas the other arguments are one-based. The following creates a Date object representing January 1st, 2014 at 8:15.
431+
<p>To create a Date object for an alternative date and time, pass numeric arguments in the following order: year, month, day, minute, second, millisecond although note that the month is zero-based, whereas the other arguments are one-based. The following creates a Date object representing January 1st, 2014, at 8:15.
432432
</p>
433433
<pre><code data-lang="javascript">
434434
new Date( 2014, 0, 1, 8, 15 );

0 commit comments

Comments
 (0)