SystemDateToLocalDate

Overview

Pass a system date and time value and return that value in the local time format

Syntax

SystemDateToLocalDate(1)

Function Properties

Ordinal Type Description
1 datetime Required System date and time value

Example

<script runat="server">
     var time = Now();
     var systemTime = Platform.Function.SystemDateToLocalDate(time);
</script>
Last Updated: Jun 8, 2021