I want to be able to include the current date & time, including formats as dd-mm-yyyy, hh:mm:ss (but for a 24 hour basis), as part of the content shown within a user guide... can that be easily achieved?
Current date variable is not available globally (only on Meeting Notes blueprint), but you can use a workaround and create a user macro and include something like this
$action.dateFormatter.format($content.currentDate)
Unfortunately I am not sure how to customize it to specific format that you would like to have. Maybe you can use JavaScript for that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.