Poll
Question:
How to format the date?
Option 1: a
votes: 0
Option 2: b
votes: 1
I created a bar chart. The axis of abscissae represents the date. The date has the format YYYY-MM-DD HH:MM:SS:mmm. I tried to change this (to YYYY-MM-DD) by editing the data format of the property settings of the x-axis as well as the diagram node member (I hope those terms are translated correctly, since I do not work with the English version).
Unfortunately both has no effect. Does anybody know how to solve this problem?
What is the date-style set to? I had to set mine to something (always use Medium) before the pattern free-text entry (the bottom most option) would work.
Are you setting the property in Framework Manager or ReportStudio?
use the following function:
to_char([Query Item],'yyyy-mm-dd') - what this does it changes your date format at yyyy-mm-dd.
Hope this helps