- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2016 06:27 AM
Hello ,
I'm trying to display the timestramp at what time the pages get generated in the webpage. Is there any Mega function to call it in the Mega descriptor ?
Thanks in advance for your reply !
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2016 03:11 PM
In a static web site generator, pages are generated by HTML descriptors
In an HTML descriptor, a list of system variables (called settings) is available
A setting date is available.
When dropped, t tag [Variable=Date/] is created
Example of display : Date of generation: January 6, 2016
It is not possible to tune formatting
Note that the date/time is in fact the same
As static web site generation is run from a private workspace (ex-transaction), the vision of data is the date/time of opening of the workspace. It is the same date/time for all objects
You can also consider to
- Display property 'Modification date' of the object considered: tag [Property="Modification Date"/]
- Display current date using javascript code
- Display current data using VB script (call a VB script macro)
see KB http://community.mega.com/t5/custom/page/page-id/mega-kb-solution?sid=50120000000mr25AAA
