可能重複:
Converting date From one format to another轉換日期爲另一種格式的PHP
我有一個日期,例如14日2011年12月,我需要轉換成 14月 - 2011
有沒有可以做到這一點的任何PHP函數?
提前感謝
可能重複:
Converting date From one format to another轉換日期爲另一種格式的PHP
我有一個日期,例如14日2011年12月,我需要轉換成 14月 - 2011
有沒有可以做到這一點的任何PHP函數?
提前感謝
date('YOUR FORMATTER STRING', strtotime($YourTimeVariable));
當你輸入的問題標題進入的StackOverflow你得到了一些建議來看待和*** ALL ** *其中包含答案。是什麼讓你問你的問題呢?請不要忽略http://stackoverflow.com/questions/ask-advice。它顯示給你的原因。 – Gordon
http://stackoverflow.com/search?q=Converting+date+into+another+format+in+php的確切副本 – Gordon