## Date Formatting
#### Sql
```sql
date_format(dt_obj, 'yyyy-MM-dd hh:mm:ss a')
```
#### Python
```python
dt_obj.strftime("%-m-%d-%Y %-I:%M%p")
```
---
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter