Easy Unix Time Conversion

2007-06-04 Thread Kaiser Norm E CIV USAF 96 CS/SCCE
Hi everyone: Does anyone know of a simple method to convert a date/time to its corresponding Unix time via the client? I want to set a field using direct SQL. I have a date/time field on a form, and I want to set another field with the number of requests that were submitted after a date

Re: Easy Unix Time Conversion

2007-06-04 Thread Opela, Gary L Contr OC-ALC/ITMA
USAF 96 CS/SCCE Sent: Monday, June 04, 2007 1:45 PM To: arslist@ARSLIST.ORG Subject: Easy Unix Time Conversion Hi everyone: Does anyone know of a simple method to convert a date/time to its corresponding Unix time via the client? I want to set a field using direct SQL. I have a date/time

RESOLVED: Easy Unix Time Conversion

2007-06-04 Thread Kaiser Norm E CIV USAF 96 CS/SCCE
OC-ALC/ITMA Sent: Monday, June 04, 2007 1:50 PM To: arslist@ARSLIST.ORG Subject: Re: Easy Unix Time Conversion Sure, Norm. To convert the Epoch seconds to Date/Time, create a Date/Time field, and just push the epoch seconds. Remedy does the calculations. To do the reverse, create an integer

Re: Easy Unix Time Conversion

2007-06-04 Thread L. J. Head
04, 2007 12:45 PM To: arslist@ARSLIST.ORG Subject: Easy Unix Time Conversion ** Hi everyone: Does anyone know of a simple method to convert a date/time to its corresponding Unix time via the client? I want to set a field using direct SQL. I have a date/time field on a form, and I want