Support

Account

Home Forums General Issues Datepicker: wrong format is displaying Reply To: Datepicker: wrong format is displaying

  • Hey Guys, old topic, but I have the same problem.I always get something like 20131111 and not what is expected…

    My PHP Version is 5.6.19

    That’s what I get when debugging:

    DateTime Object
    (
        [date] => 2016-05-27 21:47:17.000000
        [timezone_type] => 3
        [timezone] => UTC
    )

    I can’t go with cerulean’s solution because then the date output is all english what I get – instead of german, what I would need.

    Any ideas??