Loading...

RE: So WHY does QListView display long date format when the source list restricts to DATE ONLY???

RE: So WHY does QListView display long date format when the source list restricts to DATE ONLY???

#6843
Anonymous
Anonymous
Participant

I know this is a few years late, but I also had to create a calculated column and just format the date I needed.

I tried just creating a column = to the Project start date, but still got Date and Time, so I just used the calculation to format the date

=TEXT([Project Start Date],"mm/dd/yyyy")

I then needed to set the width to 20px so the column would not get resized & stack the date.