php - can't get date in german language

前端 未结 4 1941
再見小時候
再見小時候 2021-01-18 07:19

I try to display a date in German but it doesn\'t work. I\'m using PHP with XAMPP.

These are my approaches:

function get_Datetime_Now() {
setlocale (         


        
4条回答
  •  终归单人心
    2021-01-18 07:54

    The locale parameters are others compared linux to windows

    See here:

    • http://msdn.microsoft.com/en-us/library/39cwe7zf(v=vs.90).aspx
    • http://msdn.microsoft.com/en-us/library/cdax410z%28v=vs.90%29.aspx

    Usually it's "DEU" or "GERMAN" under Win.

提交回复
热议问题