Date Time Format still showing "Time" although set only to "Date"
Posted: Thu Oct 22, 2020 5:49 am
Dear all,
we are using this version of your software:
When setting the Date Time Format to "Date" only for differen datetime fields
the internal preview in edit mode is showing the fields properly: But when a report is called outside the edit mode, e.g. preview outside, the time is still shown: We use the following SQL filter to convert the field:
We have different customers using our software complaining about this.
Any idea/suggestion how to solve it? I couldn't find any helpful post here sofar.
Thanks in advance for your help!
we are using this version of your software:
When setting the Date Time Format to "Date" only for differen datetime fields
the internal preview in edit mode is showing the fields properly: But when a report is called outside the edit mode, e.g. preview outside, the time is still shown: We use the following SQL filter to convert the field:
Code: Select all
CreationTime >= CONVERT(DATETIME,'{varDateFrom}',{dateConvertNumber}) AND CreationTime < CONVERT(DATETIME,'{varDateTo}',{dateConvertNumber})
Any idea/suggestion how to solve it? I couldn't find any helpful post here sofar.
Thanks in advance for your help!