Any indication with what the error/is other than "having trouble"?

I've been using coding with this plugin the past few days and haven't
had any issue setting that date



On Sep 18, 4:12 pm, Jason <stonesoupandboiledfr...@gmail.com> wrote:
> I am attempting to use the jQuery Countdown plugin 
> fromhttp://keith-wood.name/countdown.html, and i'm having trouble setting
> the values to count down until. Any guidance would be greatly
> appreciated.
>
> $(function () {
>         var austDay = new Date();
>         austDay = new Date(austDay.getFullYear() + 1, 1 - 1, 26);
>         $('#count').countdown({until: austDay, layout: '{dn} {dl}, {hn} {hl},
> {mn} {ml}, and {sn} {sl}'});
>         $('#year').text(austDay.getFullYear());
>
> });
>
> Cheers,
> Jason

Reply via email to