TabularEditor / TabularEditor3

Bug reports, feature requests, discussion and documentation for Tabular Editor 3 (commercial version).
61 stars 7 forks source link

Show Time (HH:MM:SS) for datetime data types in Table Preview #1282

Open mlonsk opened 4 weeks ago

mlonsk commented 4 weeks ago

Description Please provide a clear and concise description of your issue here: The Data Preview feature does not show DateTime values correctly when a Format string has not been specified:

Tabular Editor 3 Version Please provide the version of Tabular Editor 3 (3.X.Y) 3.14.0

Steps to Reproduce Please describe how to reproduce your issue.

  1. Ensure DateTime column does not have a format string set
  2. Preview Data of the table with a DateTime column.
  3. The DateTime column does not have HH:MM:SS shown Screenshots Please provide one or more screenshots or GIFs that show the issue. image

Expected behavior A clear and concise description of what you expected to happen. Tabular Editor should display the values correctly if they have Time values included in the DateTime column.