Skip to main content
1-Visitor
May 3, 2017
Solved

DATETIME - only show time

  • May 3, 2017
  • 1 reply
  • 1867 views

If I have an infotable where one field is a DATETIME, is it possible, when binded to a grid, only show time without date?

    Best answer by posipova

    When you bind your data to Grid, then go to Configure Widget (on the grid), select your date column, then turn on the localization toggle right here:

    Then you may go to localization tables and add a new value for date time. You may replace the dateTimeFormat_Default in your Grid widget configuration with that localized value.

    1 reply

    posipova20-TurquoiseAnswer
    20-Turquoise
    May 3, 2017

    When you bind your data to Grid, then go to Configure Widget (on the grid), select your date column, then turn on the localization toggle right here:

    Then you may go to localization tables and add a new value for date time. You may replace the dateTimeFormat_Default in your Grid widget configuration with that localized value.