I have a problem which can\'t solve by myself.
Here is timestamp 1308085200 taken from my website database. It represents 2011-06-15 12:00:00
Here is javascrip
Well, JavaScript's getMonth() function sucks and starts with 0 for January. You have to add one.
Maybe you want to use date js, since it fixes some of these problems.