php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "non-standard format"

What are some best practices for converting numbers from a non-standard format to a standard format in PHP?

When converting numbers from a non-standard format to a standard format in PHP, it's important to identify the pattern of the non-standard format and...

What are the potential issues with storing timestamps in a non-standard format in a database?

Storing timestamps in a non-standard format in a database can lead to difficulties when sorting, filtering, or performing date calculations on the dat...

What are the potential pitfalls of storing dates in a non-standard format in PHP?

Storing dates in a non-standard format in PHP can lead to difficulties when performing date calculations, comparisons, and formatting. It can also cau...

What are the potential pitfalls of storing dates in a non-standard format like date("d.m.Y") in PHP?

Storing dates in a non-standard format like date("d.m.Y") in PHP can lead to issues when sorting, comparing, or manipulating dates. It is recommended...

What are the potential pitfalls of storing dates in a non-standard format like "Thu Nov 4 22:49:14" in a MySQL database?

Storing dates in a non-standard format like "Thu Nov 4 22:49:14" in a MySQL database can lead to difficulties in sorting, querying, and performing dat...

Showing 1 to 5 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.