Hi Dojo,
I have a table (fetched by a query - Get object manager instances) in a LCA that contains two date times:
The datetimes are in 12 hours format but I would like to put it in the 24 hours time format.
What is the easier way to do this?
I could create a custom operator and create a new column, but I think I will lose the filtering on the Query Filter component, because now I will have a string type column.
Any other idea?
Hi Ana,
Please have a look at this custom gqi operator: https://catalog.dataminer.services/details/65cce917-0194-4789-a2f6-9affd0f3f494
It will change the display value of the date time column. The actual value will not be changed, so sorting is not impacted.
Note that as the display value will be defined on the server, the timezone of the server will be used, instead of the timezone of the client which is the default for datetimes.
The display value will be formed on the server, but it’s based on the time zone of the client. Should the format not match your expectations, you can verify your browser’s region settings to ensure they reflect your desired region.