No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
LocalDateToSystemDate
Now
SystemDateToLocalDate
ローカル日時値を渡し、その値をシステム時間形式で返します。
LocalDateToSystemDate(1)
序数 | 型 | 説明 | |
---|---|---|---|
1 | datetime | 必須 | ローカル日時値 |
<script runat="server">
var time = Now();
var systemTime = Platform.Function.LocalDateToSystemDate(time);
</script>