Home  ›  Tutorials  ›  How to Change Clock Format In Deal Page

How to Change Clock Format In Deal Page

To do this , You Would need to edit following 2 files.
(make sure you create backup before editing any file)

1.include/template/team_view.html
2.static/js/index.js
In index.js find this line Twice

<code>
if (ld > 0) {
var html = ‘<li>’ + ld + ‘ Days : ‘ + lh + ‘ : ‘ + lm + ‘ : ‘ + ls + ‘</li>’
} else {
var html = ‘<li>’ + lh + ‘ : ‘ + lm + ‘ : ‘ + ls + ‘</li>’ //Hours Minutes
</code>
You can edit Via Above code


Help us improve the wiki Send Your Comments