Page 1 of 1

Start Time

Posted: Thu Sep 09, 2010 5:45 pm
by SirWobbyTheFirst
Hi I have a function in my code which reports various details about the application such as the version and I was wondering how I could include a start time detail. I use the point when PreOpenStack is called to store the number of seconds into a local variable and I was wondering how I could convert that back into its original date and time at a later point and expose this in the function.

Any help would be most appreciated, thank you. :)

Re: Start Time

Posted: Thu Sep 09, 2010 5:47 pm
by Mark
mickpitkin92,

Code: Select all

convert myVarContainingSeconds to long date
Look up date and convert and related items in Rev's dictionary. You'll find plenty of information.

Best,

Mark

Re: Start Time

Posted: Thu Sep 09, 2010 5:48 pm
by SirWobbyTheFirst
Ah thank you Mark.