mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-18 01:45:25 +00:00
Monotone-Parent: 4c60c01efbfa59815491e0284e74797f66cf3c45
Monotone-Revision: d6e0f9d5a8603d12104357d1627cf95990c3610b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-13T02:51:50 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -109,7 +109,7 @@ Date.prototype.getHourString = function() {
|
||||
}
|
||||
|
||||
Date.prototype.getDisplayHoursString = function() {
|
||||
var hoursString = this.getHours();
|
||||
var hoursString = "" + this.getHours();
|
||||
if (hoursString.length == 1)
|
||||
hoursString = '0' + hoursString;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user