Skip to content

Commit 6f58564

Browse files
committed
Update End Time
update end-time example
1 parent aac5f39 commit 6f58564

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,11 @@ <h3>
156156

157157
<div class="bs-docs-example">
158158
<p>
159-
Following is the countdown timer setting for the days, hours, minutes & seconds to <b>January 1, 2016 (GMT-6) </b>
160-
<p class="muted">(01 Jan 2016 06:00:00 GMT = 1451628000000 milliseconds)</p>
161-
<code ng-non-bindable="">&lt;timer end-time=&quot;1451628000000&quot;&gt;{{days}} days, {{hours}} hours, {{minutes}} minutes, {{seconds}} seconds.&lt;/timer&gt;</code>
159+
Following is the countdown timer setting for the days, hours, minutes & seconds to <b>January 1, 2017 (GMT) </b>
160+
<p class="muted">(01 Jan 2017 00:00:00 GMT = 1483228800000 milliseconds)</p>
161+
<code ng-non-bindable="">&lt;timer end-time=&quot;1483228800000&quot;&gt;{{days}} days, {{hours}} hours, {{minutes}} minutes, {{seconds}} seconds.&lt;/timer&gt;</code>
162162
<h3>
163-
<timer end-time="1451628000000">{{days}} days, {{hours}} hours, {{minutes}} minutes, {{seconds}} seconds.</timer>
163+
<timer end-time="1483228800000">{{days}} days, {{hours}} hours, {{minutes}} minutes, {{seconds}} seconds.</timer>
164164
</h3>
165165
</div>
166166
</section>

0 commit comments

Comments
 (0)