XMPDateTime_ToLocal¶
Convert an XMP date to the local timezone.
XMPDateTime_ToLocal(dateTime) ➔ localDateTime
→ | dateTime |
Text | The XMP datetime string. |
↩︎ | localDateTime |
Text | The date in the local timezone. |
Convert XMP date dateTime
to the local timezone.
Parameter dateTime
is the XMP date.
The local XMP date is returned in the method result (localDateTime
).