Concept Flow - DATE_FORMAT function
Input: Date/Datetime
Apply DATE_FORMAT with format string
Parse format specifiers
Replace specifiers with date parts
Return formatted string
The DATE_FORMAT function takes a date or datetime and a format string, then replaces format codes with parts of the date to produce a formatted text.