Good morning everyone,
I'm using GetMonth () to pick up the value of the month to compose a date
Var Current_Date = new Date ();
Var month = (Current_Date.getMonth () + 1) + "";
I saw that the getMonth method starts with what is Month 1 'January', 1 'February', 2 'March' and so on.
However I need to set a date in a field with the month of March, and it arrow 3 for the month that in the method is April, but in the CRM it arrow as if it were March.
Could someone tell me what it could be? Is there a way to convert this?
Thank you
*This post is locked for comments