

# DATE\_TO\_CHAR
<a name="sql-reference-date-to-char"></a>

The DATE\_TO\_CHAR converts a date to a string.

```
DATE_TO_CHAR(format,d);
```

Where d is a date that will be converted to a string.