として誕生日fildset私はforms.pyにしている場合:ジャンゴ - フォームウィジェット
birthdate = forms.DateTimeField()
とhtml:
<fieldset class='birthday-picker'>
<select class='birth-year' name='birth[year]'></select>
<select class='birth-month' name='birth[month]'></select>
<select class='birth-day' name='birth[day]'></select>
<input type='hidden' name='birthdate' />
</fieldset>
は、私が新しいウィジェットを作成する必要はありますか、このための答えがあるのでしょうか?応答がない場合、私はこの
私はこのdatepickerが好きではありません。私はfacebookのようなものが好きです:http://plugins.jquery.com/project/birthdaypicker。私はこれを少しずつする必要があるようですが、今はそうではありません。私は寝る必要がある、そして行く。私はあなたのアドバイスを使用します。ありがとう。あなたは後にaligatoreを参照してください。 – krzyhub