How to determine SurveyMonkey Date format? -


the surveymonkey api page has no details on how respondent's datetime date_only answer formatted. experimentally found has been in format (mm/dd/yyyy, e.g. 09/24/2014). is, until today, when got several survey answers this:

"respondent_id": "redacted", "questions": [     {         "answers": [             {                 "text": "25/09/2014",                 "row": "7583496481"             }         ],         "question_id": "redacted"     }, ... 

my date parsing failed because 25 not valid month. seems dd/mm/yyyy format. there mixed formats same question_id.

does have idea how predict format of date answers?

the survey's language_id 1.

the type info question is:

"type": {     "subtype": "date_only",     "name": "",     "family": "datetime" } 

the format in dates collected controlled design of survey in surveymonkey. if format has changed, survey design has changed.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -