Flash help - date...
Flash help - date...
- Started
- Last post
- 2 Responses
- Fleaguru
I guys and gals, hopefully someone can help me. Got this little puppy in my flash file to get the date displaying in the corner. /// myTime = new Date();
_root.dateField = myTime.getDate()+"."+(myTime.get... ///. on output, it displays fine, as 17.10.2004 - I want it to say 17.10.04 - not 2004 - anyway I can tweak the code to sort this bastard out? Thanks!
- unfittoprint0
String(myTime.getFullYear()).sub...
- Fleaguru0
Thank you kind sir! (or madam?), much appreciated.