Jump to content

string to date


speedy6
 Share

Recommended Posts

I get a string out a reg key, ans out of that line, I extract the date. Nuw I have to know how manny days that there are between....but he only gives me "0"

I know howcome, but how do I solve it?

Thanks

$var = RegRead(***)

$var = StringRight ($var, 23)

$var = StringLeft($var, 10)

$hdatum = _NowCalc()

$tijd = $hdatum - $var

MsgBox (4096,"",$tijd)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...