Archive for the ‘Tutorials’ Category

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

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

April 14th, 2010

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.

Javascript Sorting by date time

Javascript Sorting by date time

April 12th, 2010

Quick function for sorting an object by date and time.