19: Date formats in JavaScript – Learn JavaScript front-end programming




Date formats in JavaScript – Learn JavaScript front-end programming. In this video we will learn about date formats and the date function in JavaScript.

mmtuts is a YouTube channel that focuses on teaching beginner and advanced courses in various multimedia related skills.
We plan to make tutorials available on programming, video production, animation, graphic design, and on software such as the Adobe Creative Cloud programs.

JavaScript for beginners is a how to series that teaches the JavaScript coding language to people who are just starting out learning programming. The course teaches how JavaScript scripting can be made easy and teaches how to build many features on websites through behavior using JavaScript. Creating behavior on websites with JavaScript is easy and should not be seen as otherwise, which is why we want to explain the language in a easy to understand way for beginners.

If you have suggestions on new courses, or specific lessons within existing courses you would like to see, then feel welcome to submit them in the comment section or in a private message. ALL suggestions will be seen, but not all will be replied to since we get quite a few every day.

Original source


14 responses to “19: Date formats in JavaScript – Learn JavaScript front-end programming”

  1. Im curious as to why we would need to edit the date at all. Im working on an function which will retrieve the date on click so i was hoping to see an easier way getting rid of everything within the Date function after the year.

  2. Hi, first of all Thank you for these great videos, I'm learning a lot!

    Now a question.
    When you wrote the Date() with the commas *format", it does not give the correct month. In your example: new Date(99, 06, 11, 12, 32, 23, 23) appears in the browser as the month of July, not June, as it should. I also notice that the Time Zone passes to GMT +0200, when in the other examples the Time Zone is GMT +0100.
    Can you explain the reason for this?

Leave a Reply