Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: How come $rec{'Date'} doesn;t work?

Quote Reply
Re: How come $rec{'Date'} doesn;t work? In reply to
In Reply To:
Then when I tried to make the syncronize I did:
in cfg file: create_date
in html.pl: $rec{'create_date'}
For whatever field you have defined as a DATE type field use the text string 'now' in your cfg file for a default value. Then whenever you enter a record, the date for that record will default to the current date in mysql format which is YYYY-MM-DD.


easy does it
Subject Author Views Date
Thread How come $rec{'Date'} doesn;t work? santana 2066 Nov 12, 2000, 10:35 PM
Thread Re: How come $rec{'Date'} doesn;t work?
Bearwithme 1976 Nov 12, 2000, 10:58 PM
Post Re: How come $rec{'Date'} doesn;t work?
santana 1966 Nov 13, 2000, 12:42 AM