What is your problem?
How to capture this parameter P1?
Easy: Create a question of type "short text" with code "P1"
Read the manual, where it is explained
[url]
www.limesurvey.org/manual/URL_fields/en#Start_URL
[/url]
Or you use "Panel Integration", though not really necessary here.
[url]
www.limesurvey.org/manual/Panel_integration/en
[/url]
Now you have the timestamp of your invitation.
In a question of type "equation" you calculate the difference between this value and the actual time.
{time()-P1}
Because timestamps measure in seconds you have to divide by 3600 to get the hours.
Here you find all functions you may use.
[url]
www.limesurvey.org/manual/ExpressionScri...mplemented_functions
[/url]
If you have further question, show us your tries.
Provide a lss export of the relevant questions.
Joffm