how to print approximate dates in other language
Posted: 17 Dec 2018 19:53
Hi,
I didn't found that in the forum nor on google, so here's the question.
I have a date format defined as follows:
This expression is working nicely and it is generating dates as year, no matter if the whole date was entered or single year only.
And it works great only when date is entered as a valid date. When date is entered approximately either as "before 1900" or as "circa 1900", then on my output additional word appears, "bef" or "c", which I would like to change to another word more suitable to the language I'm working on ("przed" and "około" respectively). How to do that?
Simply put, I don't know where/how to change prefixes or suffixes added to date by the program when date is not exact. Maybe there is something in configuration which I have overlooked?
I didn't found that in the forum nor on google, so here's the question.
I have a date format defined as follows:
Code: Select all
=TextIf(Year(%INDI.BIRT.DATE:XDATE1%) = Year(%INDI.BIRT.DATE:XDATE2%),Year(%INDI.BIRT.DATE:XDATE1%),%INDI.BIRT.DATE:ABBREV4%)And it works great only when date is entered as a valid date. When date is entered approximately either as "before 1900" or as "circa 1900", then on my output additional word appears, "bef" or "c", which I would like to change to another word more suitable to the language I'm working on ("przed" and "około" respectively). How to do that?
Simply put, I don't know where/how to change prefixes or suffixes added to date by the program when date is not exact. Maybe there is something in configuration which I have overlooked?