IMGDATE

Returns the original creation date and time of the given image field's file, as found in the file's EXIF metadata.

Syntax

IMGDATE(imagefield)

Notes

If the metadata is not available, the date and time of capture into the image field is returned.

The date/time returned is in the local timezone of the device.

Example

Can be used in conjunction with the device's GPS location (FORMAT-GEO) to create a watermark for photos

Formula to generate watermark:

Date: {( IMGDATE({{mediaField}}) )} {( '\n' )} GPS: {( FORMAT-GEO({{mediaField}}, 'DMS') )}

Watermark Text displayed on image:

Date: 2022-03-04T05:31:11+02:00

GPS: 28°44'53"S 29°46'46"E