1 2 3 4
def date(date, time = false) date = Date.parse(date) if date.is_a? String day = date.strftime('%d') ...
Ruby Human Date Method
1 2 3 4
#Functions [javscript] var ms = 0; var state = 0; ...
JavaScript Stop Watch
by richardhealy,
October 27, 2007 13:31,
3 refactorings, tagged with time, clock, speed, test, javascript
I use this to test speed of...
Seems like this method coul...