Bugfix
svn path=/Website/trunk/; revision=33171
This commit is contained in:
@@ -728,7 +728,8 @@ function toTimeString(jsDate, bWithSeconds, converted)
|
||||
return "";
|
||||
var hh = Math.floor(jsDate);
|
||||
var mm = (jsDate*60) % 60;
|
||||
jsDate = (new Date).setHours(hh,mm,0,0);
|
||||
jsDate = new Date();
|
||||
jsDate.setHours(hh,mm,0,0);
|
||||
}
|
||||
|
||||
if (!jsDate)
|
||||
|
||||
Reference in New Issue
Block a user