Forum Discussion
BastiaanTimmer
10 years agoPartner
Articulate Storyline: Export to Google Drive
PREVIEW | SOURCE
On the Articulate user days in Utrecht (2015), we held a session about exporting Articulate Storyline variables to Google Drive (Spreadsheet). This export is achieved via...
SuhasiniKotcher
8 years agoCommunity Member
Hello Bastiaan,I
I need to track date and time. I tried changing in this location of the code:
"date" : new Date().toJSON().slice(0,10), //STORE DATE
to
"date" : new Date().toJSON(), //STORE DATE
I removed the slice option display the time. I was able to get the time but not the time zone I want. How can I get the time to be stamped for US Central time.
- BastiaanTimmer8 years agoPartner
Hi Suhasini,
I think the date and time will be saved from the computer you are using when filling in the form. So the end-users date and time. Or do you see another behavior?