I tried printing using this:
<input type="datetime-local" id="sales_date_time" name="sales_date_time">
but it prints with a T and server wont accept that format as I have set datetime
format in it:
2020-07-01T20:39
So, it expects this format:
2019-12-03 07:12:29
Any suggestions how to implement this?