Closed tbbooher closed 9 years ago
this works:
Template.entry_form.onRendered ->
dt = '7/3/2015'
$("#entry_date").val(dt)
but, this is the worst way to do this . . . would like to use autoValue from collections2 or something clean
works well:
$("#entry_date").datepicker 'update', new Date
When I try to create a new entry, the date is not auto-populated.
in order to address this i try to use autovalue here
why doesn't this work?