Category Archives: Uncategorized
One Line Random Boolean in JavaScript
Happy Holidays everyone! I hope everyone enjoyed the holidays this year. I’m back to work today. I just wanted to post a quick snippet that I used in a jQuery plugin I’m developing. It’s nothing earth shattering, but I thought … Continue reading
Relative Date String in JavaScript
Here’s a script I wrote awhile ago that’s used in this site and a few other projects of mine. It’s a method attached to the JavaScript Date object to output the date relative to now. It works for both past … Continue reading
Posted in Uncategorized
Tagged Date, JavaScript, Method, Prototype, Relative, String, Time
Leave a comment