Re: converting EST to CST

2012-10-10 Thread Paul Hastings
On 10/11/2012 4:41 AM, fun and learning wrote: > >> Have you looked at the date functions? Like, say, dateAdd()? >> >> On Wed, Oct 10, 2012 at 4:34 PM, fun and learning >> wrote: >> >>> > Yes, I did see that after posting the message. I think this would do it > DateAdd("h", -1, #Now()#) ...and

Re: converting EST to CST

2012-10-10 Thread fun and learning
>Have you looked at the date functions? Like, say, dateAdd()? > >On Wed, Oct 10, 2012 at 4:34 PM, fun and learning >wrote: > >> Yes, I did see that after posting the message. I think this would do it DateAdd("h", -1, #Now()#) Thanks

Re: converting EST to CST

2012-10-10 Thread Matt Quackenbush
Have you looked at the date functions? Like, say, dateAdd()? On Wed, Oct 10, 2012 at 4:34 PM, fun and learning wrote: > > Hi ALl - > > Here is the scenario I am working on. > > We have certain data that should not be displayed until a certain date and > time. For example, in database we save th

converting EST to CST

2012-10-10 Thread fun and learning
Hi ALl - Here is the scenario I am working on. We have certain data that should not be displayed until a certain date and time. For example, in database we save this date and time and on web page we check if the data has passed that date and time. All the data is assumed to be saved in CST si