Changed schema date to proper format

This commit is contained in:
Michael Schmatz 2014-02-17 09:24:46 -08:00
parent 302a13b6e7
commit 3b5d881c46

View file

@ -135,7 +135,8 @@ _.extend LevelSessionSchema.properties,
index:true
submitDate:
type: 'date'
type: c.date
title: 'Submitted'
submittedCode:
type: 'object'