I'm using the Rules module to send a mail and I'm inserting a token that represents a CCK Date field. This token contains HTML formatting which should not be present in a plain text mail.
So when I insert the token I get
<span class="date-display-single">06.09.2010 - 15:52</span>
Instead of
06.09.2010 - 15:52
which is what I want.
Any idea on how to access the Date as a token without the formatting, just plain text?