arshaw / xdate

A Modern JavaScript Date Library
http://arshaw.com/xdate/
GNU General Public License v2.0
681 stars 81 forks source link

Replaced usages of unary operator with getTime() for compatibility #34

Closed contentfree closed 7 years ago

contentfree commented 7 years ago

Older ecmascript engines don't support the unary operator for Dates.

getTime() is also ~33% faster than the unary operator (in modern browsers).

Fixes #33

arshaw commented 7 years ago

thanks! i made a new release and pushed it to bower/npm and the website.