Category Archives: Tutorials

JavaScript time between dates

How to quickly calculate a measurement of time between 2 dates in JavaScript Continue reading

Posted in Javascript, Programming, Tutorials, Web Development | Tagged , , | Leave a comment

How to get the week in a month for a date with Javascript

Working on my calendar application and I needed to get what week in the current month a day occurs on. Unfortunately I couldn’t find anything like this in the JavaScript Date object so this is the function I came up with. Continue reading

Posted in Programming, Tutorials, Web Development | Tagged , , | Leave a comment

Javascript Sorting by date time

Quick function for sorting an object by date and time. Continue reading

Posted in Programming, Tutorials, Web Development | Tagged , | 3 Comments