Date object in JavaScript | date object |  JavaScript tutorials | JavaScript tutorials for beginners

Date object in JavaScript | date object | JavaScript tutorials | JavaScript tutorials for beginners

CS World Telugu

2 года назад

6,250 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@jonnadhanalakshmi803
@jonnadhanalakshmi803 - 26.07.2023 19:54

Mam, plz make a video about toLocaleString() method to find out the other country time zone... thank you so much mam for sharing your knowledge with us.... and good explanation mam thank you once again...

Ответить
@kishoreketa3496
@kishoreketa3496 - 28.05.2023 14:10

Voice some disturbance in video

Ответить
@ykalingarao8808
@ykalingarao8808 - 24.11.2022 02:46

let a3 = new Date()
console.log(a3)
console.log(a3.getFullYear())
console.log(a3.getMonth())
console.log(a3.getDate())

// undefined vasthundi month ravali i dont no
let months = ['j','f','m','a']
console.log(months[a3.getMonth()])

let days = ['s','m','t','w','th','f','s']
console.log(days[a3.getday()])

// Last nunchi 2nd console lo undefined vasthundi madam miku month Jan vachindi am index ivva kundane ala mam

Ответить
@srikanthm8137
@srikanthm8137 - 24.05.2022 17:26

code in git lo push chesi..link ni pettadhii

Ответить