The date value (Display Type _Date) in a form is not synchronized with the date displayed on a List page

Hello,

I have a form with a date of Display Type _Date. This form is used as a page of type List inside a parent form.

When I enter the date in the form, there is no problem, but the date displayed in the list is off by one day. I suspect a time zone issu. My time zone is UTC-4. The workaround I did is to change the form’s display type to _Text. Now the date in the list is sync with the date in the form. However, my users lose the date picker widget in the form.

one-day-off

On the List page, I’m also encountering a minor issue: the time format in the form is different from the time format in the list. The time format is a custom type with Mask 99:99 and shows like this: HH:MM but the time in the list is displayed as HH:MM:SS

Thank you!

Jean

Hi Jean,

In regard to your date issue, can you please tell me your data type at the table level and does this have any custom display type at all on it?

The time issue I will get this looked into.

Kind regards,

Jo

Actually Jean, with the information provided both are working correctly for me, could you please give me your settings for the custom Time field as well, table level and display type level?

Kind regards,

Jo

TestDepFieldSubF-20260907-004834161140114.fdf (3.5 MB)

Hi Jo. The data type is ‘date ‘ at the table level and _date a-t-il the form level. No custom display type. I attached the sample application. Maybe you can try this application with your computer set on my time zone.

Regards

Jean

Hi Jean,

We have investigated your date issue and have fixed this; I will organize an update for you soon. We can’t reproduce the Time issue you are having, could you please set that up for us in a sample app and I’ll get that looked into as well.

Kind regards,

Jo

1 Like

Well, this feature was created a long time ago and I didn’t remember that I used a custom display type…

The Display Type for the form’s field Time uses the mask “99:99” (HH:MM). After entered by the user, the string is converted to the proper Time format.

In the list I would expect that the time displays the same format (HH:MM), but it shows HH:MM:SS. You can reproduce this by using the menu item “Sales” in the sample attached. This is the same sample than before and upgraded by adding the field DetailTime in the SaleDetail table.

Just to clarify, this is not a critical issue, just a nice-to-have.

Regards,

Jean

TestDepFieldSubF-20260908-time_format.fdf (3.6 MB)

Hi Jean,

We have fixed the time format for you too, I’ll be emailing you shortly to schedule an update.

Kind regards,

Jo

Both issues are fixed on my application, thanks you!
Best regards
Jean