Greasy Fork is available in English.

MTurk 13D Data Extraction

Make it easier to copy/paste data for 13D Data Extraction HITs

< Feedback on MTurk 13D Data Extraction

Review: OK - script works, but has bugs

_cg
§
Posted: 28.07.2015

Change in date from dd/mm/yyyy to mm/dd/yyyy

Hi,

I just noticed that the date format required in the HIT has changed from dd/mm/yyyy to mm/dd/yyyy. Could the code be tweaked to reflect this change?

_cg

_cg
§
Posted: 28.07.2015

I'd suggest:
new_date = acc_date[1] + '/' + acc_date[2] + '/' + acc_date[0];

tubedoggAuthor
§
Posted: 29.07.2015

Code has been updated, and I added an option at the top of the script to switch it back if they change their mind again. If you want to change it back to dd/mm/yyyy, open the script and change
var datetime = 1;
to
var datetime = 0;

Post reply

Sign in to post a reply.