日付入力欄を作る

以下のような日付入力欄を作ります。カレンダーから日付を選択できます。

date

<doc title="レシピ集用サンプルカルテ" id="shugaku_recipe_sample" order="0">
    <doc_template>
        <cards>
            <static_card id="card1" title="1年次" edit-protect-setting="false">
                <field id="date" ref="date" />
            </static_card>
        </cards>
    </doc_template>
    <field_templates>
        <field_template id="date" type="date" title="日付入力欄" edit-auth="self,adviser"/>
    </field_templates>
</doc>