Dec 7, 2000 #1 teroy Programmer Oct 17, 2000 67 AU I have a date which is as follows 2000-12-02 19:23:08.000 i want to change it to 2000-12-02 20:23:08.000 for daylight savings... anyone know how i can do this.. much appreciated
I have a date which is as follows 2000-12-02 19:23:08.000 i want to change it to 2000-12-02 20:23:08.000 for daylight savings... anyone know how i can do this.. much appreciated
Dec 7, 2000 1 #2 swilliams Programmer Aug 23, 2000 583 BM I think (it's been a long time) that there are functions to add intervals to times. Without the help files infromt of me, try looking up DateAdd. Simon Upvote 0 Downvote
I think (it's been a long time) that there are functions to add intervals to times. Without the help files infromt of me, try looking up DateAdd. Simon
Dec 7, 2000 Thread starter #3 teroy Programmer Oct 17, 2000 67 AU a bit more on it. When daylight savings finishes. It needs to know it..and not add a hour. Hope this makes sense Upvote 0 Downvote
a bit more on it. When daylight savings finishes. It needs to know it..and not add a hour. Hope this makes sense
Dec 7, 2000 Thread starter #4 teroy Programmer Oct 17, 2000 67 AU yup..just used date add as a temporary fix.. What i'm doin is a time online program..only problem is when daylight savings finishes it will still be adding the extra hour Upvote 0 Downvote
yup..just used date add as a temporary fix.. What i'm doin is a time online program..only problem is when daylight savings finishes it will still be adding the extra hour
Dec 7, 2000 #5 swilliams Programmer Aug 23, 2000 583 BM You can check the current date (of the system at least) and if you are in the period where daylight saving is on, then do the calculation. Simon Upvote 0 Downvote
You can check the current date (of the system at least) and if you are in the period where daylight saving is on, then do the calculation. Simon