We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
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 :-)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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).
This form is being created with this file: Kyela / Resources / views / event / edit.html.twig
I changed the "timepicker" format to HH:mm
But the red circled value is still AM/PM. Where can I change it? Please give me a hint, thank you :-)
The text was updated successfully, but these errors were encountered: