How To Work With Dates & Time Zones - Full PHP 8 Tutorial

preview_player
Показать описание
In this PHP tutorial, you will learn how to work with dates & times in PHP, how to change time zones & various built-in date functions.

SOME OF THE WAYS YOU CAN SUPPORT THE CHANNEL
👍 Smash the like button
🤝 Subscribe to the channel & turn the notifications on
💬 Post comments, any feedback is greatly appreciated
THANK YOU!

LESSON 1.25

RESOURCES

CHAPTERS
00:00 - Intro
00:22 - Working with Unix timestamp
01:45 - Formatting dates
03:03 - Working with time zones
04:07 - Using mktime function to get Unix timestamp value
04:31 - Parsing dates using function strtotime
05:18 - Parsing dates using function date_parse & date_parse_from_format to get more details about date
Рекомендации по теме
Комментарии
Автор

Re-watching this. Some valuable tips. Can't believe I didn't comment here. Great lesson. Thanks Gio

Zubbee
Автор

On day 2 of your course, and wanted to say THANK YOU! I looked everywhere online to find a thorough PHP course that was current/up-to-date. You're straight to the point and provide what is necessary; covering use cases, caveats, and other helpful tips.

Much peace and love my brother!

zb
Автор

This series is a goldmine for any developer!

mocwgoc
Автор

Gio, I really love your channel man I have watched almost the entire series. I really hope for you to cover also some projects at the end of the series.

cristianvulpe
Автор

This is really fascinating to see how much dynamic PHP is!
Can't love PHP enough ✨

alnahian
Автор

Yes very helpful for every PHP guy whether a newcomer or an experienced one.
Thank you for your efforts.

syedmuqeet
Автор

your tutorial is very detailed and your tone is so fast that you want to re-watch each video but it is awesome . Your effort and experience shine out (stand very clearly) from your speech so thank you for that effort . I hope this is a useful feedback for you .

sayedabdelaziz
Автор

Thank you Gio! As always, a great lesson.

whisperscribe
Автор

I'm very grateful for this lesson. Thanks a million!

zhozfem
Автор

Is there anything the like of strtostring() in JavaScript?

GeneraluStelaru
Автор

Third link "Relative formats" in invalid.

bakosyy
Автор

when you refresh, date changes, i want it not to change on refresh

oldguyable
Автор

Date is a weird topic in almost all programming languages.

benderbg
Автор

Hello Gio i Hope You Are Doing Well
i Have A little Problem and i fixed but i can't why it's like that 😂
in that Code

$date = date("j/n/Y => g:iA (e)");
echo "$date <br/>";

echo "<pre>";
=> g:iA ( e )", $date)); // This Give Me Error In The Array
=> g:iA ( e )", $date)); // and That Work (if $date = date("j/n/Y => g:iA ( e )");
echo "</pre>";

And I Don't know Why Second One Is Working
and Again THX FOR YOUR AMAZING CONTENT

thenightwolf