* // setup the object with the proper locale * I18N_DateTime::singleton($locale); * // and anywhere in your code you can call the following * // and you get the instance for this very locale, you specified via singleton() * $dateTime = I18N_DateTime::singleton(); *