FIX: do not display EPOCH
This commit is contained in:
parent
7bb9a839e5
commit
216a5a87cb
|
@ -95,8 +95,8 @@ updateRelativeAge = function(elems) {
|
|||
};
|
||||
|
||||
autoUpdatingRelativeAge = function(date,options) {
|
||||
|
||||
if (!date) return "";
|
||||
if (+date === +new Date("1970/1/1 1:0:0")) return "";
|
||||
|
||||
options = options || {};
|
||||
var format = options.format || "tiny";
|
||||
|
|
Loading…
Reference in New Issue