Replies: 0
Hi,
In the general settings the date format have below options:
<option value=”d-m-Y” selected=”selected”>dd-mm-yyyy</option>
<option value=”m/d/Y”>mm/dd/yyyy</option>
<option value=”d/m/Y”>dd/mm/yyyy</option>
<option value=”Y-m-d”>yyyy-mm-dd</option>
But when I import the users from csv file each user have edit the birthday format only in format YY-MM-DD
I have many users in demo file and is very hard work to change the day format on each user.
And in Page showing Employees the right format need be DD/MM/YY
Is possible to change it ?
Thank you.