Categories
How to display the correct date?
I am using bootstrap 4 and jsp. There is such a thing as a datepicker. When I enter 3/9/77 in the input field, bootstrap replaces the date with 03/09/77, and I need 03/09/0077. How to do it?
Answer the question
In order to leave comments, you need to log in
What is the datepicker? maybe he needs to set the format?
$( function() { $( "#datepicker" ).datepicker({ dateFormat: "dd/MM/yyyy" ...
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question