Ignore:
Timestamp:
03/27/14 14:44:36 (11 years ago)
Author:
hendrikvanantwerpen
Message:
  • Return to using truly ISO formatted dates, including milliseconds.
  • Also set constraint on surveyrun dates when value is initially set.
  • Separate runs & results from surveys and questions.
  • Moved date & email format to schema itself.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/client/qed-client/model/classes/_Class.js

    r525 r531  
    6464        },
    6565        _formatDate: function(date) {
    66             return stamp.toISOString(date,{zulu:true,milliseconds:false});
     66            return stamp.toISOString(date,{zulu:true,milliseconds:true});
    6767        },
    6868        _sanitize: function(obj) {
Note: See TracChangeset for help on using the changeset viewer.