@Stefan: datepicker({ firstDay: 1 }); http://docs.jquery.com/UI/Datepicker/datepicker#options Click the options tab here to see the 30+ customization option:
@Dan: The animation snap back occurs when you have drastically different datepickers on the same page. Typically this wouldn't happen because you would only use one type of datepicker on most applications. @Graeme: Click the stylesheet tab on the demo - the datepicker is easy to style with CSS. On Nov 1, 11:08 am, Michael Stuhr <[EMAIL PROTECTED]> wrote: > Graeme B. Davis schrieb:> Is there a way to apply a style it so that it looks > a bit "better"? Perhaps > > like this calendar I've been using on my sites for ~6yrs: > > >http://www.ssw.com.au/ssw/Standards/DeveloperGeneral/Images/popupCale... > > f > >http://www.peterbe.com/plog/blogitem-20031017-1526/popwincal > > > I like the jquery calendar, but feel it doesn't look as good as it could... > > no offense, but: > have you even looked at the example site ? > > there's a tab that says "Stylesheets". I guess that's (nearly) all you need. > > micha