Update 09_Casting.md

Changed SS_DateTime to DBDatetime as SS_DateTime was changed to DBDateTime in version 4.0
This commit is contained in:
mr-macedawg 2020-06-29 12:15:01 +10:00 committed by GitHub
parent 714c4cba9c
commit d7885adf34
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