|
i Phil,
I found the problem. Just asking the question was enough to help. Actually in order to be concise I just isolated the template to the single value but my template was:
-d
%Y:%m:%d
-IPTC:DateCreated<$FileModifyDate
-d
%B %d, %Y
-IPTC:Caption-Abstract<blahblh blab$/$FileModifyDate
but when I do this instead it works!
-d
%B %d, %Y
-IPTC:Caption-Abstract<blahblh blab$/$FileModifyDate
-d
%Y:%m:%d
-IPTC:DateCreated<$FileModifyDate
It seems that matters. It is now working in a different order.
Thanks,
Laurent
|