I have the following line of code to set the text of a Dynamic textfield:
boxCopy.text = 'Coming soon: 30th January 2014';
but when I compile the file, it shows as: 'Coming soon: 0th January 201'
I have no idea why this is. The font character set contains all the numeric characters, so it should display it.
Anyone got any ideas?
Thanks, Stefan