I'm setting up a 'weather summary' page for our website, and would like to have a 'Last updated' label on the page.
Is there a Meteohub variable available for this in the template system? I had a look, but couldn't find one.
Thanks,
James
Timestamp in HTML page?
Moderator: Mattk
Re:Timestamp in HTML page?
Why do not you use the [actual_localdate2]-variable, this fit perfect for my need.
You can make a column or table-field:
<td>Last updated: [actual_localdate2]</td>
Put a red font color style over it and finish.
You can also make an extra column by saying, that these data are uploaded every 5 minutes or whatever time-interval you chose.
You can make a column or table-field:
<td>Last updated: [actual_localdate2]</td>
Put a red font color style over it and finish.
You can also make an extra column by saying, that these data are uploaded every 5 minutes or whatever time-interval you chose.
Re:Timestamp in HTML page?
Ah - perfect, thanks!