Level 48
I tend to find the best way to start learning something is by reading the documentation.
Start with the DateTime class then move onto Carbon which extends DateTime.
The most common thing I need to look up is the date formatting strings which you can find on the documentation for the date function.
For mysql you can take a look at the date and time functions.