Difference between revisions of "Addon:DateCalculator"
(→Example usage) |
m (→Example usage: add example) |
||
| Line 18: | Line 18: | ||
[[File:DateCalculatorGramplet-addon-example-50.png|right|450px|Date Calculator Gramplet - Example results]] | [[File:DateCalculatorGramplet-addon-example-50.png|right|450px|Date Calculator Gramplet - Example results]] | ||
| + | Assume that a headstone has only a date of death and age at death. | ||
| + | <table><TR><TH colspan="3">RANEY</TH></TR> | ||
| + | <TR><td align=center VALIGN=TOP> | ||
| + | <small>MOTHER</small><br /> | ||
| + | <b>Hannah M.</b><br /> | ||
| + | |||
| + | Wife of<BR /> | ||
| + | William Raney | ||
| + | |||
| + | Died<br /> | ||
| + | Nov. 14, 1902<br /> | ||
| + | Aged<br /> | ||
| + | 73Yrs. 4Mo.<br />& 3Ds.<hr width=25 align=center/> | ||
| + | <small>Blessed are the dead<br />who die in the Lord</small></td> | ||
| + | <td align=center>[[file:C051_raney_w_id794872.jpg|right|200px]]<br /><small>Source:</small><br />[https://iowagravestones.org/gs_view.php?id=794874 Iowa Gravestone<br />Photo Project]</td> | ||
| + | <td align=center VALIGN=TOP> | ||
| + | <small>FATHER</small><br /><b>William Raney</b> | ||
| + | |||
| + | Died<br /> | ||
| + | Oct. 17, 1892<br /> | ||
| + | Aged<br /> | ||
| + | 71 Yrs 2Mo<br />& 7Ds<hr width=25 align=center/> | ||
| + | <small>I will behold thy face<br />in righteousness I shall<br />be satisfied when<br />I awake with thy likeness</small> | ||
| + | </td></tr></table> | ||
Enter a date in each field in the following format ( YYYY-MM-DD ). | Enter a date in each field in the following format ( YYYY-MM-DD ). | ||
| + | ===Expression 1=== | ||
| + | Enter s starting date or offset value: | ||
| + | |||
| + | for the wife in the example gravestone, enter 14 Nov 1902 | ||
| + | ===Expression 2=== | ||
| + | an offset tuple is in the form y,m,d<br /> | ||
| + | Example for "Aged 73Yrs. 4Mo. & 3Ds.", use "- 73, 4, 3"<br /> | ||
| + | Note that only a single leading negative sign is needed to indicate a negative tuple. | ||
| + | ===Result=== | ||
| + | Pressing the {{man button|Calculate}} button returns 1829-07-11. When storing a date that's been calculated from a reference rather than a historical record, it is hard to be certain what methodology was used. So the results are an estimate. Annotate this by preceding the value with "calc abt" | ||
| + | |||
| + | {{man note|Initially, the Result field will contain the following usage hint:|<pre>Enter an expression in the entries above and click Calculate. | ||
| + | |||
| + | An expression can be: | ||
| + | |||
| + | 1. a valid Gramps date | ||
| + | 2. a positive or negative number, representing years | ||
| + | 3. a positive or negative tuple, representing (years, months, days) | ||
| − | {{-}} | + | Note that at least one expression must be a date.</pre>}}{{-}} |
==See also== | ==See also== | ||
Revision as of 21:09, 25 December 2019
This is a Third-party Addon. The Addon/Plugin system is controlled by the Plugin Manager. Please use carefully on data that is backed up, and help make it better by reporting any issues to the bug tracker. |
The Date Calculator Gramplet allows you to do date math.
Enter at least one valid date for Expression 1 and Expression 2 then click the Calculate button.
An expression can be:
- a valid Gramps date
- a positive or negative number (represents years)
- a positive or negative tuple (years, months, days)
Use the Clear button to start again.
Example usage
Assume that a headstone has only a date of death and age at death.
| RANEY | ||
|---|---|---|
|
MOTHER Wife of Died & 3Ds. Blessed are the dead who die in the Lord |
Source: Iowa Gravestone Photo Project |
FATHER Died & 7Ds I will behold thy face |
Enter a date in each field in the following format ( YYYY-MM-DD ).
Expression 1
Enter s starting date or offset value:
for the wife in the example gravestone, enter 14 Nov 1902
Expression 2
an offset tuple is in the form y,m,d
Example for "Aged 73Yrs. 4Mo. & 3Ds.", use "- 73, 4, 3"
Note that only a single leading negative sign is needed to indicate a negative tuple.
Result
Pressing the Calculate button returns 1829-07-11. When storing a date that's been calculated from a reference rather than a historical record, it is hard to be certain what methodology was used. So the results are an estimate. Annotate this by preceding the value with "calc abt"
See also
- [[Gramps_Template:Version manual_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_1#Editing_dates|Editing dates]]
- [[Gramps_Template:Version manual_Wiki_Manual_-_Reports_-_part_2#Formatting_Dates|Formatting Dates]]


