Expand my Community achievements bar.

SOLVED

Date Field shows 19** when I want it to show 20**

Avatar

Level 4

In my form when the end user input a date as mm/dd/yy and the yy is over 30 the end result is mm/dd/1930 instead of mm/dd/2030. Is there a way to make the years after 30s come out as 20** instead of 19**.

Thanks

Parre

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi,

I suspect that there is something wrong with your patterns (see Object > Field).

I would set up the display and edit patterns to match how you want the data to display.

Niall

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Hi,

I suspect that there is something wrong with your patterns (see Object > Field).

I would set up the display and edit patterns to match how you want the data to display.

Niall

Avatar

Level 10

I have tried this and got the same problem.

As suggested by Nial, set the display pattern to date{MM/DD/YYYY} . That works.

Nith