Hello, I would like to display dates in a dashboard studio table, i want the format to be "%Y-%m-%d" but it is not displayed as such. Here is the spl excerpt:
| eval vuln_publication_date_string = strftime(normalized_publication_time,"%Y-%m-%d")
Here is the result of the search associated with the table. The type of the field is a string
And here the table itself. I guess it is due to the format, but i cannot change it
Does anybody have an idea how to force the format in the table ? Thank you
... View more