Notices


 
 
LinkBack Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 15-Oct-2009, 07:57 AM
Junior Member
 
Join Date: Oct 2009
Posts: 1
thecollinshouse 0 reputation points
Default Re: how to decipher date from LastRun value

Old thread I know, but the following three lines of vbScript will convert the LastRun date value (decimal) into a date / time (change the intDateNum = line to equal the number to convert):

Code:
dtmTimeStart = "1/1/1970 12:00:00 AM" 
intDateNum = 1252317815
MsgBox DateAdd("s", intDateNum, dtmTimeStart),,intDateNum

Daz.
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -6. The time now is 08:07 PM.


© 2007 Novell, Inc. All Rights Reserved.

Search Engine Friendly URLs by vBSEO 3.3.0 RC2