11-25-2019, 06:41 PM
One thing to keep in mind is that the timing metadata is stored in seconds. Thus, you will need to convert it into a format that is more human-friendly. As an example:
Output would be: Mon, 25 Nov 2019 10:26:59 -0800
Look up 'convert' in the LiveCode dictionary for other time formats.
Code:
convert tDateCreated to internet date
Output would be: Mon, 25 Nov 2019 10:26:59 -0800
Look up 'convert' in the LiveCode dictionary for other time formats.