Search found 4 matches

by longski96
19 Aug 2018, 07:52
Forum: Feature Requests and Bug Reports
Topic: Win10 Version - Date.Parse broken
Replies: 3
Views: 2362

Re: Win10 Version - Date.Parse broken

Thanks, worked great for getting the real date from Timer videos:

Code: Select all

{new java.text.SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssZ").parse(media.comapplequicktimecreationdate)}
by longski96
19 Aug 2018, 01:14
Forum: Feature Requests and Bug Reports
Topic: Win10 Version - Date.Parse broken
Replies: 3
Views: 2362

Win10 Version - Date.Parse broken

Recently I reinstalled Win10 and bought the FileBot version from the Windows store, primarily due to its awesome Photo/Video renaming ability (I really think this should not be hidden anymore). Initially this worked great. Then, all of a sudden Date.Parse has stopped working, breaking most of my ...
by longski96
24 Apr 2018, 03:42
Forum: Scripting and Automation
Topic: dt returns date created not date modified for general files
Replies: 1
Views: 1930

Re: dt returns date created not date modified for general files

spent about 2 hours on this and figured it out 5mins after posting this! doh!

I found this works:

Code: Select all

{new Date(file.lastModified()).dateTimeString}
by longski96
24 Apr 2018, 03:29
Forum: Scripting and Automation
Topic: dt returns date created not date modified for general files
Replies: 1
Views: 1930

dt returns date created not date modified for general files

I am trying to batch rename my photo collection. Unfortunately, some photos have the exif stripped or missing. In this case I wish to use date modified, however {dt} returns the OS date created which is when the files were last copied, not the OS date modified which is roughly equal to when the file ...