javascript getMonth() gets me!
- by Dave Noderer
I’ve been working a lot with Microsoft CRM over the past few months and much of the screen level customization uses javascript.
One thing I discovered today while breaking apart some dates was that the javascript getDate() returns the day of the month 1-31 as you would expect but the getMonth() returns 0-11… definitely not what I expected!!