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:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Formats a time value.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
QTMovie | 5.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
This function was removed for MBS FileMaker Plugin 9.0. Please move to newer functions or keep using older plugins.
Parameter | Description | Example |
---|---|---|
Seconds | The number of seconds to format. | 123 |
Returns text or error.
Format one second:
MBS("QTMovie.FormatTime"; 1)
Format 3 hours, 2 minutes, 1 second and one millisecond
MBS("QTMovie.FormatTime"; 3600*3 + 60*2 + 1 + 1/1000)
Created 15th December 2014, last changed 15th December 2014