Java Date, Calendar, Timezones, and DateFormat tutorial

preview_player
Показать описание

I explain how Date, Calendar, and DateFormat work in Java, and how TimeZones apply to each of them
Рекомендации по теме
Комментарии
Автор

Hi Aaron, Thanks for sharing ! I have got a question, I am not sure why the date and calendar has 14 hours difference Nov 06 10:00 AM and Nov 05 8:00PM . Even though you set calendar to be 'GMT', but EST and GMT should only have about 4 hours difference.

flyingpiggy
Автор

do you know how to print day of week in text from the given month day year of user?
ex: Sunday or May 2, 2021 is Sunday


i cannot print Sunday on my code pls help

BWVidventures