Skip to content
Advertisement

Tag: tempus-dominus-datetimepicker

Tempus dominus: decoupling the rendered date format from the actual value sent upon form submission

I’m using Tempus Dominus bootstrap-4 version 5.39.0. I can configure the displayed time format in this way: But this sends to server dates in the format: ‘DD/MM/YYYY’ while it consumes dates in format ‘YYYY-MM-DD’. Is there a way to decouple the value displayed in the form from the one sent to server upon submission? Answer Looks like there is no

Advertisement