Any pointers on how to convert a date before it's inserted into MySQL database while using cocoon's Modular Database Action?
 
I tried
 
<value name="start_date" type="date">
    <mode name="attribute" parameter="org.apache.cocoon.components.modules.input.DateMetaInputModule:start_date[0]" type="attrib"/>
</value>
It seems this "mode" parameter is being ignored.
 
Any suggestions?
 
Thank you!
 

Reply via email to