KB
Asked
I got question for you. Is there a way to remove the Birth date function on the login form? This is going to be used for an employee message board and the employees are not going to want to give out that date. Can we either remove it or can we reword it to be "Date hired"? Even if it's just rewording the language file that will do for now.
Also, how do you change the date on the calendar to month/day/year?
Also, how do you change the date on the calendar to month/day/year?
- MSAnsweredHello,
You can edit the language file to translate `DOB` to any string you like such as Date of Hire. For date input, there is no option unless you modify the code. It will need you to set the format on the date input and then convert it to default on controller. I suggest to leave it as the calendar can be used to select date.
Thank you - KBAnsweredThank you, we changed out the DOB language elements.
- Login to Reply