Skip to content

Instantly share code, notes, and snippets.

@speedygfw
Created November 12, 2013 12:54
Show Gist options
  • Save speedygfw/7430327 to your computer and use it in GitHub Desktop.
Save speedygfw/7430327 to your computer and use it in GitHub Desktop.
SQL-Date(m/d/Y) to Euro-Date (d.m.Y)
SELECT DATE_FORMAT(my_date_field, GET_FORMAT(DATE,'EUR'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment