Merge pull request #9562 from mr-macedawg/patch-2

Doc Update Formatting and Casting SS_DateTime to DBDateTime
This commit is contained in:
Loz Calver 2020-06-29 09:40:28 +01:00 committed by GitHub
commit 787e1cd6f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ $Content.FirstParagraph
<!-- returns the result of HtmlText::FirstParagragh() --> <!-- returns the result of HtmlText::FirstParagragh() -->
$LastEdited.Format("d/m/Y") $LastEdited.Format("d/m/Y")
<!-- returns the result of SS_Datetime::Format("d/m/Y") --> <!-- returns the result of DBDatetime::Format("d/m/Y") -->
``` ```
Any public method from the object in scope can be called within the template. If that method returns another Any public method from the object in scope can be called within the template. If that method returns another