Hello, I am trying to the find the best way to completely remove the time portion from the date when using the smart search. I want to display "12:00" instead of "12:00 12:00:00".
If I was using the normal transformation I could use another method but when using the smart search there are only 4 methods.
I can use jquery to parse the time but I figured someone might know a more efficient way of doing this that will help me on future projects.
<%# GetSearchValue("BlogPostDate") %>
Thank you.