Hi,

We're in the process of migrating our app from couch 1.0 to 1.2.
Seeing different behavior in this view function though, which is
giving us some trouble.

https://github.com/dimagi/core-hq/blob/master/corehq/couchapps/formtrends/views/form_time_by_user/map.js

It looks like it works as designed in 1.0 but in 1.2
submit_time.getDay() and submit_time.getHours() both return null.

Is there a better way to handle this now?

Our dates are formatted like this: 2011-03-07T20:27:12Z

Cory

Reply via email to