Make it easier to copy/paste data for 13D Data Extraction HITs
< Feedback em MTurk 13D Data Extraction
I'd suggest:
new_date = acc_date[1] + '/' + acc_date[2] + '/' + acc_date[0];
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;
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