Hi,
I want get the file creation date, but I can't understand the number of the result.
Here is the macro and the result:
The file creation date is 01.11.2022, what's the logic of the number:1667242231
Thanks.
Hi,
I want get the file creation date, but I can't understand the number of the result.
Here is the macro and the result:
The file creation date is 01.11.2022, what's the logic of the number:1667242231
Thanks.
"01.11.2022" is a string which is legible (in context) but not computable.
The underlying representation (translatable to a variety of formatted strings, for particular regions and time-zones) is a number of seconds since the start of Jan 1 1970 GMT ( variously known as Epoch Time, Unix Time, etc – see Unix time - Wikipedia)
See also:
@som - Is this what you are looking for?
If so, here is the action:
file date action.kmactions
(499 Bytes)
If not, disregard.
KC
Thanks – yes this is what I'm looking for.