jrabbit / photo-time

1 stars 0 forks source link

No Date().now() in IE8 #1

Closed jrabbit closed 13 years ago

jrabbit commented 13 years ago

Works in IE9

jrabbit commented 13 years ago

Must create new Date() object then use .getTime()

ex: var t = new Date() t.getTime()

jrabbit commented 13 years ago

MSIE compat <9 Closed by 670f5f65e31953a6e77801e950df2cf8f90f25cd