|
|
|
สอบถามหน่อยครับถ้าผมต้องการใช้ Class IntlDateFormatter ต้องทำอย่างไรครับ |
|
|
|
|
|
|
|
จาก PHP.net
http://www.php.net/manual/en/intldateformatter.format.php
พอดีว่าทดสอบนำโค้ด
Code (PHP)
<?php
$fmt = datefmt_create( "en_US" ,IntlDateFormatter::FULL,IntlDateFormatter::FULL,'America/Los_Angeles',IntlDateFormatter::GREGORIAN );
echo "First Formatted output is ".datefmt_format( $fmt , 0);
$fmt = datefmt_create( "de-DE" ,IntlDateFormatter::FULL,IntlDateFormatter::FULL,'America/Los_Angeles',IntlDateFormatter::GREGORIAN );
echo "Second Formatted output is ".datefmt_format( $fmt , 0);
$fmt = datefmt_create( "en_US" ,IntlDateFormatter::FULL,IntlDateFormatter::FULL,'America/Los_Angeles',IntlDateFormatter::GREGORIAN ,"MM/dd/yyyy");
echo "First Formatted output with pattern is ".datefmt_format( $fmt , 0);
$fmt = datefmt_create( "de-DE" ,IntlDateFormatter::FULL,IntlDateFormatter::FULL,'America/Los_Angeles',IntlDateFormatter::GREGORIAN ,"MM/dd/yyyy");
echo "Second Formatted output with pattern is ".datefmt_format( $fmt , 0);
?>
มาแปะแล้วลองรันดู ปรากฏว่า ไม่รู้จักฟังก์ชั่น datefmt_create
คาดว่าจะต้องเรียก Class IntlDateFormatter ก่อนแต่ไม่ทราบว่าจะเรียกอย่างไรครับ
ใช้ PHP Version 5.4.7 ครับ
Tag : PHP
|
ประวัติการแก้ไข 2013-06-24 09:38:11
|
|
|
|
|
Date :
2013-06-24 09:36:59 |
By :
zinlucifer |
View :
718 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
จัดไปครับ
|
|
|
|
|
Date :
2013-06-24 15:14:48 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|