Hi, I have a simple search that brings up the total count of logons in a day but I want the time part to say April,16,17,18 and so on instead of 2018-04-16 00:00:00. How can one achieve that?
Add the following at the end of your search:
| convert timeformat="%B %d" ctime(_time)
Add the following at the end of your search:
| convert timeformat="%B %d" ctime(_time)
Thanks Damien for the quick response. works like a charm
You welcome! (: