-
-
Save dtuite/11214682 to your computer and use it in GitHub Desktop.
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