view media/js/bio.js @ 135:13330e1836f3

Cutting forums over to the new common way to add markItUp, extra smileys, and markdown help.
author Brian Neal <bgneal@gmail.com>
date Fri, 27 Nov 2009 03:30:15 +0000
parents c515b7401078
children 7ea842744a57
line wrap: on
line source

$(document).ready(function() {
    $('#id_birthday').datepicker({changeMonth: true, 
       changeYear: true,
       dateFormat: 'yy-mm-dd',
       defaultDate: '-30y',
       minDate: new Date(1909, 0, 1),
       maxDate: new Date(),
       yearRange: '-100:+0'});
});