Date not showing in list before F5 refresh, but only date

0
Hi,   I'm having problem with a date thta is not showing in list before refresh. Here is what I do:   I create an object with form then commit it with microflow etc. Then i go to a page which contains a list of these objects.   As seen on this picture all data is there except 2 dates. Those 2 dates belong to same entity as 'testH' for example and yet it is there. But after I refresh it with F5...   After I refresh it with F5 all the data and 2 date fields are there, as seen on this picture.     I have no Idea what is going on there, objects are obviously commited as data is there already on the first picture. No matter if I change pages etc.  only hard refresh shows those date fields.    What could be wrong ?
asked
2 answers
0

I seem to have found that this is related to this plugin https://appstore.home.mendix.com/link/app/94760/

If I use standard Mendix datetime picker it works. But the reason I use the upper one is because it includes time also. Is there other way ?

answered
0

Hi Miha,

Have a look on the documentation page on Mendix Date Picker https://docs.mendix.com/refguide/date-picker

You should be able to set a custom format for the fields.

answered