Skip to content

Instantly share code, notes, and snippets.

@dtuite
Last active August 29, 2015 14:00
Show Gist options
  • Save dtuite/11214682 to your computer and use it in GitHub Desktop.
Save dtuite/11214682 to your computer and use it in GitHub Desktop.
SQL Date Formatting

SQL Date Formatting

MySQL:

select id,Date_format(created_at, '%h:%i %p %a %d %b %Y') as created_at from blog_posts;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment