Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Including the time portion in the dateLabel for Timeline

    Hi Isomorphic,

    The DateChooser for the Timeline view allows you to specify the time portion. Is it possible to include this time portion in the dateLabel for the Timeline?

    I tried overriding the getDateLabelText method, however, the time for the startDate seems to always be set to 12:00:00.

    I'm using SmartClient Version: v12.1p_2023-01-31/Pro Deployment (built 2023-01-31).

    Thanks

    #2
    The time always being 12:00 implies the Timeline is working with logical Dates rather than true datetimes as its dateEditingStyle - this is likely the result of a Timeline's effective resolution, which can be set automatically or set manually in several ways.

    Can you show the config for this Timeline?

    Comment


      #3
      In fact, there was a bug here - we were passing the view's internal logicalDate in preference to it's startDate.

      It's been fixed for today's builds, dated February 16 or later.

      Comment


        #4
        I have confirmed that this is working with the Feb 17 build. Thanks!

        Comment

        Working...
        X