LocalDateToSystemDate

Overview

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

Syntax

LocalDateToSystemDate(1)

Function Properties

Ordinal Type Description
1 datetime Required Local date and time value

Example

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