We want to hide date and month of birth year for all people in gedcom. e.g.
xyz date of birth is 1 Jan 2010. We already have gedcom entry showing same. In pgv, we want show xyz date of birth is just year as 2010 and hide day and month, how can we do it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is an undocumented feature to do this. Set the variable $PUBLIC_DATE_FORMAT to "Y" in either your site config file or your gedcom config file, as applicable.
This date format will then be applied to (non-logged in) site visitors.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We want to hide date and month of birth year for all people in gedcom. e.g.
xyz date of birth is 1 Jan 2010. We already have gedcom entry showing same. In pgv, we want show xyz date of birth is just year as 2010 and hide day and month, how can we do it?
There is an undocumented feature to do this. Set the variable $PUBLIC_DATE_FORMAT to "Y" in either your site config file or your gedcom config file, as applicable.
This date format will then be applied to (non-logged in) site visitors.