php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Y-m-d"

What are the differences between the standard date formats in MySQL and how should dates be stored to avoid issues in PHP?

When storing dates in MySQL, it is important to use the correct date format to avoid issues when retrieving and manipulating dates in PHP. The standar...

How can one properly format and display dates in PHP?

When displaying dates in PHP, it is important to properly format them to ensure they are easily readable and consistent. This can be achieved using th...

How can PHP developers effectively handle date formats retrieved from a database to display them in a desired format?

When retrieving dates from a database in PHP, developers can handle date formats by using the date() function to convert the retrieved date into the d...

What is the potential issue with the date format used in the PHP code provided?

The potential issue with the date format used in the PHP code provided is that it is using the 'm-d-Y' format which represents the month, day, and yea...

What is the difference between using y++ and ++y in PHP?

Using y++ increments the value of y after the current line of code is executed, while ++y increments the value of y before the current line of code is...

Showing 21 to 25 of 577 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 115 116 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.