Concept Flow - TO_CHAR for date formatting
Start with a DATE or TIMESTAMP value
Apply TO_CHAR function with format string
TO_CHAR converts date to text
Output formatted string
Use result in query or display
TO_CHAR takes a date or timestamp and a format pattern, then returns a text string formatted as specified.