Page 1 of 1

Re: Date Entry for Old Dates

PostPosted:Sat Sep 18, 2021 7:13 am
by jllort
Here have 2-3 options:
1- small modification in the source code
2- do not use input of type date, use standard inputs and keep date in format YYYYMMDD ( 20210820 ) -> the danger here are the possible mistakes by users.
3- try to set default value in the input of type date in format "YYYYMMDDHHMMSS 20210820000000" maybe it works
4- Create your own view in the application to sete this data ( you can easily extend tabs with your own for its purpose, take a look here https://docs.openkm.com/kcenter/view/ok ... nsion.html