I'm still figuring out some of the idiosyncrasies of the TTS engine (in my case using IVONA for that male British butler sound) and have one I can't figure out. If I use {LongDate} I would expect to hear Saturday May ninth two thousand fifteen. Instead I get Saturday May Oh Nine Tee H two thousand fifteen. On the first I got oh one ess tee and the second I got oh two en dee. What can I do to get it to 1, drop the leading zero "oh" and tee H to pronounce as eighth ninth, etc.?
I think it will have something to do with the info here
http://developer.ivona.com/en/ttsresources/ssml/ssml.htmlspecifically
2.8. say-as Element
..
date — Interpret the value as a date. The format attribute must be set to any of the following: mdy, dmy, ymd, md, dm, ym, my, d, m, y. The VXML date format YYYYMMDD with ?? is also supported. In that case, the format attribute is ignored.
but does that have to be done at the programming level of the {LongDate} variable, or do I need to create something in python that will create a custom date text for IVONA?
I'm getting a lot of this on my own the further I get into it. But I think you'll have me here bugging you for a while yet.