I´m looking for a function/prototype extension, which returns all days of a given month. I couldn't find anything helpful at the standard date() functions (http://www.w3schools.com/jsref/jsref_obj_date.asp).
i.e.:
I wrote the following function to be applied to all date objects in my javascript: Code: /* This function will format a date according to the custom format set in the formatString parameter Usage: - %a : Abbreviated weekday name eg. Fri - %A : Full weekday name eg. Friday - %b : Abbreviated month name eg. Jan - %B : ...