![]() |
date subtraction....
Hello Everyone,
I have one query. I want to check eligibility for age in VB application. I want to make subtraction of two dates. Please give me guideline with example.... Please it's urgent.. |
Re: date subtraction....
Date Difference is a built in function in VB.
Which VB you are using? |
Re: date subtraction....
hello Shabbir,
IT is long time to talk with you.... I am using vb 6.0 i know that are built in function. I want to subtract it and want to use in second form of the same project . How to fetch that subtracted value in second form... Please reply now if it is possible. Thanks for your reply after long time.... |
Re: date subtraction....
1 Attachment(s)
Quote:
if you write something in the textbox and press the submit button you 'll see the value passed to second's form textbox |
Re: date subtraction....
VB 6 has the easiest ways of getting variable values from one form to the other and one of the most convenient is the global variable.
|
Re: date subtraction....
make the global variable public
public wutever as wutever acess it from the 2nd form form1.wutever :) |
| All times are GMT +5.5. The time now is 00:46. |