strftime

technical

Definition

A C standard library function for formatting date/time values into strings using format codes (e.g., %Y for year, %m for month). Used in Python, PHP, Ruby, and many other languages.