Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change am/pm to 24 hour format #25

Open
cyberius0 opened this issue Aug 5, 2022 · 0 comments
Open

Change am/pm to 24 hour format #25

cyberius0 opened this issue Aug 5, 2022 · 0 comments

Comments

@cyberius0
Copy link

cyberius0 commented Aug 5, 2022

Hello,
first a big, big thank you for this application! It works really well.
I just made some small cosmetic changes (e.g. date formatting).

Screenshot

This form is being created with this file: Kyela / Resources / views / event / edit.html.twig

I changed the "timepicker" format to HH:mm

   <script type="text/javascript">
        $('.datepicker').datepicker({ dateFormat: 'dd.mm.yy' });
        $('.timepicker').timepicker({ showMeridian: false, minuteStep: 5, defaultTime: false, format: 'HH:mm'});
    </script>

But the red circled value is still AM/PM. Where can I change it? Please give me a hint, thank you :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant