Difference between revisions of "Date stuff in Java"
From MyWiki
(Created page with "'''Convert a string to a date :'''<br> ORDER BY STR_TO_DATE(datestring, '%d/%m/%Y')") |
(No difference)
|
Latest revision as of 14:17, 24 February 2016
Convert a string to a date :
ORDER BY STR_TO_DATE(datestring, '%d/%m/%Y')