SBM ModScript Reference → Programming SBM ModScript → Object Types → TimeMillis → TimeMillis TruncateToDateOnly() Method
Rounds date down to midnight UTC.
| Parameter | Type | Description |
|---|---|---|
|
None |
| Type | Description |
|---|---|
|
None |
SBM ModScript version: 11.4.
var t = TimeMillis(1545721199999ll);
t.TruncateToDateOnly();
Ext.WriteStream( t.FormatDateText( "EEEE, MMMM d, yyyy h:mm:ss:SSS a z",
CreateUTCTimeZone(), CreateLocale("en_UK") ) );
Result:
Tuesday, December 25, 2018 12:00:00:000 AM GMT+00:00
None.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.