Skip to end of banner
Go to start of banner

millisToDate

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Availability

This routine is available starting with SIL Engine™ 2.5.9

Syntax

 millisToDate(millis)

Description

Converts milliseconds to a date.

Parameters

Parameter name

Type

Required

Description

millisnumber

Yes

Specifies the milliseconds to convert.

Return type

date

Example

return millisToDate(1370616623112);

Outputs: 2013-06-07 17:50:23

See also


  • No labels