Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
quote:
Originally posted by: Newsgroup User
You can't - at least not in the MySQL database. MySQL accepts one date
format only - the ISO recommended YYYY-MM-DD HH:MM:SS.
quote:
Originally posted by: Newsgroup User
Store dates in that format, and use the MySQL DATE_FORMAT() function to
display the date and time in whatever format you want.
SELECT DATE_FORMAT(dateColumn, '%e%D %M %Y') as dateColumn
FROM myTable
That will format your date as 28th November 2006. Very powerful.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
quote:
Originally posted by: Newsgroup User
You put it in the SQL query. When creating the query in the Recordset
dialog box, you need to select the Advanced button and build the query
yourself.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Find more inspiration, events, and resources on the new Adobe Community
Explore Now