Hello all..

Plz look at my thread...

I have a date field in my data base table..
And i want to increment that date coming from database table..

Can any one help me please...

Thanks...
Shanti.

Recommended Answers

All 2 Replies

Hello all..

Plz look at my thread...

I have a date field in my data base table..
And i want to increment that date coming from database table..

Can any one help me please...

Thanks...
Shanti.

You ca do it with DATEADD, directly in MySql

SELECT DATEADD(...) AS IncrementedDate from ...

Thank you allexxi for your reply...

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.