Date Entry Format

Is there anyway I can modify the data entry format to m/d/yy? I checked all the date format in the locale settings and there is no such a format like that, all are with 2 digit month, and 2 digit day, 4 digit year

I’ve never seen that date format before.

You could add the date format but you would need to modify the code to add a new format.

Thanks,

Will.

1 Like

Thanks again, Will.
Does adding of this new format system-wide requires adding lots of code?
If my users tend to use the m/d/y where y has only 2 digit, will I able to just use before_save logic hooks with some code to “recognize” and “convert” the users input into existing system format and save it?