文字列から日付のみを取得しようとしています。
<div class="entry_details">
<i>
<br>
Team: EntryPod Podium
<br>
Created at:
<script type="text/javascript">
<!--//
var d = new Date(1346364356000);
document.write(d.toString());
//--!>
</script>
Thu Aug 30 2012 15:05:56 GMT-0700 (PDT)
</i>
</div>
2012年8月30日木曜日15:05:56GMT-0700(PDT)のみを取得し、変数に格納したい
私が持っているコードは
$test = $this->getText("//div[contains(@class, 'entry_details')]");
しかし、それはEntryPod Podiumを取得します。作成日:8月30日木曜日など。