How to share a date using UIActivityViewController?

I would like to share entries from my diary app including their timestamps.


I tried to use a Date object as an item in UIActivityViewController, but this seems to have no effect.


Does anybody know how to do this?

Replies

Could you show your code, that will be easier than trying to guess from comments only.