Topic: Display Datetime In Report same Report(SQL)

How to set or edit display datetime in report  print preview same report(SQL) print preview

To format YYYY-mm-dd


Help me please !!!

http://s28.postimg.org/9anzs5mzt/2015_06_04_Image_003.jpg

Post's attachments

Attachment icon 2015-06-04 Image 003.png 121.08 kb, 394 downloads since 2015-06-04 

My Visual Database : I Love You
Easy For Beginner Student For Me

Re: Display Datetime In Report same Report(SQL)

You should format date in SQL query:

SELECT
strftime('%H:%M:%S %d/%m/%Y', datetimefield), 
......
Dmitry.