MTurk 13D Data Extraction

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

< Valutazione su MTurk 13D Data Extraction

Recensione: OK - lo script funziona, ma ha degli errori.

_cg
§
Pubblicato: 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
§
Pubblicato: 28/07/2015

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

tubedoggAutore
§
Pubblicato: 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;

Pubblica risposta

Accedi per pubblicare una risposta.