Skip to content

How to switch to german Format DD.MM.YYY #141

Description

@SGD-DEV

How to switch en-GB to de-DE
from MM/DD/YYYY 11/15/2023
to DD.MM.YYYYY 15.11.2023

in this Function?

format: function (dt) {
return (dt.getMonth() + 1) + '.' + dt.getDate() + '.' + dt.getFullYear();
},

Or other way?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions