Showing posts with label Date. Show all posts
Showing posts with label Date. Show all posts

Wednesday, May 30, 2012

How to format Date object in a custom way or using locale

When you want to format your Date object in Actionscript instead of building string on your own (using getDay() and other functions provided by Date object) you can use Date Formatters. Unfortunately there are