Opened 15 years ago
Closed 15 years ago
#12748 closed (fixed)
strftime array-access to format string doesn't work in IE7
Description ¶
In core.js there's Date.prototype.strftime function which accept formatting string as parameter. This string is in handled as array, but it doesn't work in IE7. See patch.
Change History (3)
by , 15 years ago
Attachment: | strftime.patch added |
---|
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
array-like access to string changed to .charAt()