• Hello,

    in Inbound messages date format in list table is wrong in Croatian language. So by looking this I discovered that translators put the wrong date format string in po and mo file.

    For date format there is G/m/d in po file. m is month with leading zeros, d is day and G is 24-hour format of an hour without leading zeros, as php manual says:

    PHP Manual Datetime format

    So here G/m/d is wrong format. I suggested d.m.Y on translations, and I hope that editor will look into it, because now this is totally wrong year. Actually it’s hour instead of year.

  • The topic ‘Wrong date format in Croatian language’ is closed to new replies.