Within the below code for Microsoft Email, I am tring to figure out how to place the current day and date in the "Subject=" field.
<html>
<body>
<p>
This is today's quote:
<a
href="mailto:someone@microsoft.com?cc=someoneelse@microsoft.com&bcc=andsomeoneelse2@microsoft.com&
subject=CURRENTDAYDATE&body=Today's%20Market%20Information">Markets!</a>
</p>
</body>
</html>