Mercurial > urweb
comparison src/settings.sml @ 1980:334b5cbff198
Bare-bones Datetime JS support.
author | Patrick Hurst <phurst@mit.edu> |
---|---|
date | Mon, 20 Jan 2014 04:34:42 -0500 |
parents | 3cc14f1e47d1 |
children |
comparison
equal
deleted
inserted
replaced
1979:81bc76aa4acd | 1980:334b5cbff198 |
---|---|
329 ("addSeconds", "addSeconds"), | 329 ("addSeconds", "addSeconds"), |
330 ("diffInSeconds", "diffInSeconds"), | 330 ("diffInSeconds", "diffInSeconds"), |
331 ("toMilliseconds", "toMilliseconds"), | 331 ("toMilliseconds", "toMilliseconds"), |
332 ("diffInMilliseconds", "diffInMilliseconds"), | 332 ("diffInMilliseconds", "diffInMilliseconds"), |
333 | 333 |
334 ("datetimeYear", "datetimeYear"), | |
335 ("datetimeMonth", "datetimeMonth"), | |
336 ("datetimeDay", "datetimeDay"), | |
337 ("datetimeHour", "datetimeHour"), | |
338 ("datetimeMinute", "datetimeMinute"), | |
339 ("datetimeSecond", "datetimeSecond"), | |
340 ("datetimeDayOfWeek", "datetimeDayOfWeek"), | |
341 | |
334 ("onClick", "uw_onClick"), | 342 ("onClick", "uw_onClick"), |
335 ("onDblclick", "uw_onDblclick"), | 343 ("onDblclick", "uw_onDblclick"), |
336 ("onKeydown", "uw_onKeydown"), | 344 ("onKeydown", "uw_onKeydown"), |
337 ("onKeypress", "uw_onKeypress"), | 345 ("onKeypress", "uw_onKeypress"), |
338 ("onKeyup", "uw_onKeyup"), | 346 ("onKeyup", "uw_onKeyup"), |