As mentioned in kuhajeyan, you can use a binder, but not on the controller, but on the board of the controller, which will apply it globally:
@ControllerAdvice public class GlobalDateBinder { @InitBinder public void binder(WebDataBinder binder) {
source share