Re: Date/Time Field Create Entry Format

2008-12-18 Thread Bala Patel
Hi All, Does anyone know the correct syntax for filling in a Date Time field? I am writing a program that fills in a date time field. // Date/Time datatype fieldValues[536870916] = new System.DateTime(2004, 02, 02).ToUniversalTime(); // Date datatype fieldValues[536870918] = 125000;

Re: Date/Time Field Create Entry Format

2008-12-18 Thread LJ Longwing
What language? _ From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Bala Patel Sent: Thursday, December 18, 2008 9:44 AM To: arslist@ARSLIST.ORG Subject: Re: Date/Time Field Create Entry Format ** Hi All, Does anyone know the correct syntax