Solution Use date( ) or strftime( ), as shown in Example 3-11. Example 3-11. Using date( ) and strftime( ) <?php print strftime('%c'); print date('m/d/Y'); ...
確定! 回上一頁