例
返回與有關指定的日期的詳細信息的關聯數組,根據指定的格式:
<?php
print_r(date_parse_from_format("mmddyyyy","05122013"));
?>
運行示例» 定義和用法
所述date_parse_from_format()函數返回有關指定的日期的詳細信息的關聯數組,根據指定的格式。
句法
date_parse_from_format( format,date);
參數 | 描述 |
---|---|
format | 需要。 指定格式(由接受的格式date_create_from_format() |
date | 需要。 指定日期的字符串 |
技術細節
返回值: | 返回關於成功在指定的日期關聯含陣列信息 |
---|---|
PHP版本: | 5.3+ |
<PHP日期/時間參考