Date Format in Fast Report
Hi,
I have application where user selects date (local date format), then I send this formula to Fast Report.
The problem occur when I run the application from machine set with US date format (mm/dd/yyyy), in this case Fast Report will read the passed date like (dd/mm/yyyy).
How can I set the Date/Time format in Fast Report.
Thank you,
I have application where user selects date (local date format), then I send this formula to Fast Report.
The problem occur when I run the application from machine set with US date format (mm/dd/yyyy), in this case Fast Report will read the passed date like (dd/mm/yyyy).
How can I set the Date/Time format in Fast Report.
Thank you,
Comments
How do you pass the format to FastReport?
I pass it as string (sql):
WHERE callhistory.endtime>= (timestamp '31/5/2009')
I use Postgresql Database.
Thank you Alex.
So, it's Postgres issue then :-)