Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
JS.TimeToDateComponents
Converts time to date components.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| JavaScript | 10.1 | Yes | Yes | Yes | Yes | Yes |
Parameters
| Parameter | Description | Example |
|---|---|---|
| JSRef | The JavaScript reference number. | $js |
| Time | The time value. | 1579438861538 |
Result
Returns JSON or error.
Description
Converts time to date components.Convert a time value to components (year, month, day, hour, minute, second) interpreted in UTC. If the time value is invalid, e.g. beyond the valid ECMAScript time range, an error is thrown.
Examples
Query date components for now:
MBS( "JS.TimeToDateComponents"; $$JS; MBS( "JS.Now"; $$JS ))
Example result:
{
"year": 2020,
"month": 1,
"day": 19,
"hours": 12,
"minutes": 59,
"seconds": 13,
"milliseconds": 806,
"weekday": 0,
"timezone": "UTC",
"weekdayText": "Sunday"
}
See also
Blog Entries
Release notes
- Version 10.1
- Added time functions for JavaScript functions: JS.Now, JS.TimeToDateComponents, JS.TimeToUTCDate and JS.UTCDateToTime.
Created 19th January 2020, last changed 19th January 2020
JS.StringCount - JS.TimeToUTCDate
Feedback: Report problem or ask question.
Links
MBS Xojo Chart Plugins