stuck newbie

stuck newbie


ok, i've been banging my head for an hour now trying to figure this
out, and i'm sure there's something really small that i'm
overlooking..
http://dev.iruzi.com/events/add
could someone tell me what i'm doing wrong here? from all the
examples and demos i've seen, i feel like i'm doing it right. what am
i missing?
i have this HTML:
<input id="starttime" type="text" name="starttime"/>
and this in my .js:
$(function() {
$('#starttime').datepicker();
});