JavaScript Tutorial for Beginners – 24 – Date Object




In this video we will discuss the date object.

Original source


26 responses to “JavaScript Tutorial for Beginners – 24 – Date Object”

  1. The following method pulls out time from your local machine… I have been trying to find a method to show specific time zone on a webpage regardless visitor's time zone. There are plenty of advices how to do it mathematically but there may also be problems and in the end i realized that such methods require super complex code, because many aspects need to be considered, such as daylight savings, dates also may differ in different time zones after midnight and so on… I found out that there are specific libraries created for this purpose but got a bit confused… Is it possible that may be one day you dedicate a video tutoring on this problem? I am sure it may be useful for many people, for example, if you want your code to create time stamps of the same time zone for users from different time zones… Thank you!

  2. Thanks for taking out the time to teach this, I do have a question. What should i do after I go through these tutorials? And what are some good websites? I'm interested in the learning the MEAN stack.

  3. Hi

    Im on my phone therefore pretty hard to type out..it was something like this..mydate.length..
    I was just curious why the length was a property and not function as it is retrieving the length so was performing some kind of action… Can you please let me know when you do a video on properties of a function object and prototypes. Many many thanks
    You are awesomeeeee

  4. I thought any function of a object would be a method so hence the reason that why i thought length was a method as it will go and retrieve the length from the object. An i right in saying Properties are things that describe something and methods are doing/do something?
    Is count a property or method?

Leave a Reply