JavaScript Tutorial for Beginners - 24 - Date Object

preview_player
Показать описание
In this video we will discuss the date object.
Рекомендации по теме
Комментарии
Автор

It was so interesting to continuously see the clock jump during the video. You put a lot more editing into it than I thought. Even for pieces of seconds. Solely to provide a video which has the perfect speed/learning flow for us. You are awesome man!

justinrademaker
Автор

Please note that the setYear() and getYear() methods are considered deprecated now. You should use getFullYear() and setFullYear() instead!

dragangataric
Автор

Thank you..ill watch out for your videos on prototype and Function object which has properties and methods
Thank you

uzmashaheen
Автор

Awesome Tutorials Sir, i have learn a lot of things !! thank you so much to provide such a videos !!!

WDYogeshTech
Автор

Thank you for the effort you have put into these videos - We have been following them closely. Waiting for DOM and the rest of it!
Great Job!!!

froggyfun
Автор

writing this coment from Sun Nov 11 2018 13:48:45 GMT+0200 (Восточная Европа, стандартное время)
and it is the best lessons for beginners, thank you)))

mkrfogb
Автор

wow!! you teach very EJ MEDIA KEEP UP THE GOOD WORK!!

jameskelybelizaire
Автор

That would be awesome if you could do a video on property of a function video

uzmashaheen
Автор

Thanks for uploading. I'm looking forward to the Document Object Model.

Monkeyradar
Автор

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.

trackchampz
Автор

Awesome tutorials... i like how you spread them... its easier to learn... at least for me... Keep up the work!

GunnerHQ
Автор

If you are watching after 2018, some of these methods are deprecated.
setYear() => setFullYear()
getYear() => getFullYear()

rickywang
Автор

Hello this is 2017 i'm watching your video and i'm going to give u a like and my like was Numper 90 LOL

silverzprogrammer
Автор

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!

valentinkhoroshkov
Автор

Hey! I know it was recorded 2 years ago but I'll try :D
If I put my code on a website server, it would show user time set on server or individually for each user?

spiderous
Автор

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?

uzmashaheen
Автор

Can you combine string and setFullYear?

goattrigger
Автор

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

uzmashaheen
Автор

thank you. But I've got confused with between variable and object. Could anyone please clarify it for me?

cryptohunter
Автор

Hi

How would i know if i should use () or without it with the length. Is there a way you can tell whether its a property or method or do you have to know it?

uzmashaheen