formatCurrency(2000, I18Nv2_CURRENCY_INTERNATIONAL), "\n"; echo "Format todays date: ", $locale->formatDate(null, I18Nv2_DATETIME_FULL), "\n"; echo "Format current time: ", $locale->formatTime(null, I18Nv2_DATETIME_SHORT), "\n"; $locale->setLocale('en_GB'); echo "\nen_GB\n=====\n"; echo "Format a currency value of 2000: ", $locale->formatCurrency(2000, I18Nv2_CURRENCY_INTERNATIONAL), "\n"; echo "Format todays date: ", $locale->formatDate(null, I18Nv2_DATETIME_FULL), "\n"; echo "Format current time: ", $locale->formatTime(null, I18Nv2_DATETIME_SHORT), "\n"; ?>