<?php $date = new DateTime('2017-07-12'); $fmt = new IntlDateFormatter( "sv-SE" ,IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'America/Los_Angeles',IntlDateFormatter::GREGORIAN ,"MMM"); echo "Swedish Formatted: ".$fmt->format($date); echo "\n"; $fmt = new IntlDateFormatter( "en-US" ,IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'America/Los_Angeles',IntlDateFormatter::GREGORIAN ,"MMM"); echo "Swedish Formatted: ".$fmt->format($date); echo "\n"; $fmt = new IntlDateFormatter( "de-DE" ,IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'America/Los_Angeles',IntlDateFormatter::GREGORIAN , "MMM"); echo "German Formatted: ".$fmt->format($date);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`