CambridgeEducation / qualtrics_api

Qualtrics REST API Ruby Wrapper (Api version 3)
MIT License
6 stars 8 forks source link

export responses - start_date & end_date should take date-time object instead of formatted strings #6

Open pallymore opened 9 years ago

pallymore commented 9 years ago

currently:

export.start_date = "2015-03-27 11:11:11"

should be able to do

export.start_date = Time.now - 5.days