SalesforceLabs / EnhancedLightningGrid

Component that allows you to sort and filter data within the Lightning Experience. Use as a replacement for a Related List, or create a new grid that shows results from a custom query.
BSD 3-Clause "New" or "Revised" License
136 stars 97 forks source link

Support for Time data type formatting #36

Open mohamedaminem5 opened 5 years ago

mohamedaminem5 commented 5 years ago

Hello all, Is the library supporting Time formatting in the following: hh:mm (AM/PM). Right now it is showing the time values as follows: HH:mm:ss.SSSsZ. The provided values under object Custom Renderer do not seem to support rendering under that format.