Communities for your favorite technologies. Explore all Collectives
Ask questions, find answers and collaborate at work with Stack Overflow for Teams.
Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams
Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
How can iI generate Monththe name of the month (e.g: Oct/October) from this date object in JavaScript?
var objDate = new Date("10/11/2009");
How can i generate Month name (e.g: Oct/October) from this date object in JavaScript?
How can I generate the name of the month (e.g: Oct/October) from this date object in JavaScript?