Forum OpenACS Q&A: Re: ad_form and dates

Collapse
6: Re: ad_form and dates (response to 1)
Posted by Cathy Sarisky on
Ah ha. Found it. I had an issue with my -select-query statement.

This gets the date back out of the database and into the date selection fields of the form:

    } -select_query {
        select report_text, 
        to_char(reported_date,'YYYY MM DD') as reported_date