- Posts: 8
- Thank you received: 0
Hi,and re-sorry for my English.
In my data base the date data is YYYY-MM-DD it's possible in the result the form is DD-MM-YYYY ?
Thank's
Please Log in or Create an account to join the conversation.
Hi,
The best solution I can offer is to create a database view, where you can reformat date by using MySQL functions.
toolsjx.com/faq/3-how-to-create-a-databa...use-it-with-tools-jx
dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html
Please Log in or Create an account to join the conversation.