Tagged articles
7 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Jan 28, 2024 · Databases

Master MySQL Date Functions: CURDATE, NOW, DATE_FORMAT, DATEDIFF, and More

This guide explains MySQL’s most useful date and time functions—including CURDATE(), NOW(), DATE_FORMAT(), DATEDIFF(), DATE_ADD(), DATE_SUB(), and DATE()—with clear syntax examples and sample results, helping developers manipulate temporal data efficiently in their databases.

Date FunctionsSQLTime Manipulation
0 likes · 4 min read
Master MySQL Date Functions: CURDATE, NOW, DATE_FORMAT, DATEDIFF, and More
Open Source Tech Hub
Open Source Tech Hub
Jan 28, 2024 · Backend Development

Unlock Powerful PHP Built‑in Functions: Levenshtein, Easter Date, Forks & More

Explore a collection of essential PHP built‑in functions—from string distance with levenshtein and phonetic matching via metaphone, to date calculations, DNS queries, array merging, email sending, dynamic extension loading, file globbing, and process forking—complete with clear code examples and expected outputs.

Date FunctionsEmailProcess Control
0 likes · 8 min read
Unlock Powerful PHP Built‑in Functions: Levenshtein, Easter Date, Forks & More
php Courses
php Courses
Oct 23, 2023 · Backend Development

Using PHP time() to Retrieve the Current UNIX Timestamp

This article explains the PHP time() function, its syntax, usage examples, and important considerations such as timestamp units, server time versus client time, and related date functions, helping developers retrieve and work with the current UNIX timestamp in PHP scripts.

Date FunctionsPHPtime()
0 likes · 4 min read
Using PHP time() to Retrieve the Current UNIX Timestamp