If I have an infotable where one field is a DATETIME, is it possible, when binded to a grid, only show time without date?
Solved! Go to Solution.
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.
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.