I would like to see the time-of-day part of the field LastModifiedDate - in a report! I can drill into the record and see the time, but in the report I see only the date part, and don't see any way of also showing the time.
Any trick I am missing?
3 réponses
The only work-around that I've found is a custom Formula(Time) field like this
TIMEVALUE( LastModifiedDate )