From: Andre F. M. <and...@te...> - 2001-02-28 22:27:16
|
Many Thanks! I wrote the code, and added a date format config dd/mm/yyyy using=20 {myconfig}. I got it working to ENTERING purchase dates, but when retrieving custome= r=20 data, it shows yyyy-dd-mm. (at least, a date format) What do I have to do? Please, a "cake recipe", as I know zero about perl.... Thanks Andre Felipe=20 www.techforce.com.br >>>>>>>>>>>>>>>>>> Mensagem anterior <<<<<<<<<<<<<<<<<< No dia 26/02/01, 17:33:20, Dieter Simader escreveu o seguinte sobre o=20 tema Re: customer form date field?: > Hi Andre! > Add the field to the table > Add the html code to the customer_form_header > in the function save_customer at line 509 add > # set date to NULL if nothing entered > unless ($form->{date}) { > $form->{date} =3D "NULL"; > } > at line 511 add the field to @cflds > Dieter Simader http://www.sql-ledger.org (780) 472-8161 > DWS Systems Inc. Accounting Software Fax: 478-5281 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D On a clear disk you can seek forever= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D |