cjdshaw wrote:jwcooper wrote:biggles4808 wrote:I'll make it more robust, including hints on formatting (and allow more formats), but in the meantime, dates formatted as such should work: 2020-11-19T11:17
It may be a locale thing, but the page won't let me use ISO8601 formatting. It's locked to dd/mm/yyyy hh:mm, (I'm in the UK) including when I use the calendar widgets
Screenshot 2020-11-18 at 17.01.46.png
Oh right, this is due to chrome enabling support for datetime-local input types, and firefox not supporting that on desktop yet. I think all of that should work now, in that particular formatting, as the browser will submit the iso8601 format properly for you.
Hi, Just wanted to confirm that I am still seeing this issue using latest Chrome (88.0.4324.190) and latest Edge (88.0.705.74). I am also based in the UK. I am not entirely sure if the issue is believed to be resolved or not but unless I've missed a post, I didn't notice a confirmation from the original posters.
The error I am seeing in the console is:
console.js:39 RangeError: Invalid time value
at N (index.js:371)
at C (dates.js:149)
at t.value (DataTable.js:464)
at t.value (DataTable.js:652)
at ki (react-dom.production.min.js:3787)
at xi (react-dom.production.min.js:3778)
at Ai (react-dom.production.min.js:3962)
at Ba (react-dom.production.min.js:5516)
at za (react-dom.production.min.js:5538)
at ku (react-dom.production.min.js:5960)
at Ou (react-dom.production.min.js:5927)
at Pu (react-dom.production.min.js:6022)
at Pn (react-dom.production.min.js:1739)
at HTMLDocument.o (raven.js:365)
this also affects index.js.
Looking at the field it seems to be submitting ISO8601 formatting (<input type="datetime-local" value="2020-12-25T23:22">) but still get the black screen/error.