hello sir.........
i give system date in issue date of library.
i add 15 days and display to return date .....
i dont know tho vitual basic codings,.....
pls help me...........

Dim MyDate As Date, ReturnDate As Date

MyDate = Format(Now, "yy:mm:dd")

ReturnDate = MyDate + 15
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.