Home
The Toolkit for Online Communities
13502 Community Members, 1 member online, 2146 visitors today
Log In Register

Forum OpenACS Development: Using timestamp with ad_form

OpenACS Home : Forums : OpenACS Development : Using timestamp with ad_form

Icon of Envelope Request notifications

+
Posted by Paul Owen on
Hello,

I want to control the interval of the minutes and seconds widget into 1 instead of the default 5, I have tried the following, however it doesn't work. what should be the syntax of it?

ad_form -name myform -form {
    {rel_date:date
        {label "Released Date"}
    {minutes_interval { 0 59 1 }}
        {seconds_interval { 0 59 1 }}
        {format long}
    }
}

thanks
paul

+
Posted by Jade Rubick on
It looks like you're the second person to have problems with this. See the bottom of http://rubick.com/openacs/ad_form