cancel
Showing results for 
Search instead for 
Did you mean: 

need to minus date

Former Member
0 Kudos

Hi Experts,

I have an requirement where in i need an UDF.

Then sender sends a date.(availiable in form of a field)

I need to minus this date(date sent by the sender) from the current date( cuurent system date) and push the date to target end.

Pls give me your valueable solution ASAP.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Just see if the UDF given in the following thread helps

Thanx

Aamir

Answers (2)

Answers (2)

Former Member
0 Kudos

got in using sdn some other udf which

bhavesh_kantilal
Active Contributor
0 Kudos

>

> got in using sdn some other udf which

Hello,

Your post is incomplete and equivalent to spamming the forum.

Would appreciate if you take some time out to actually post the solution to your question. It will be courteous and at the same time help people who search for the same issue.

Regards

Bhavesh

Former Member
0 Kudos

I got a clue on the udf posted by Aaamir,

i.e.

Former Member
0 Kudos

Hi

have a look at these

(How do I calculate the difference between two dates?)

http://joda-time.sourceforge.net/faq.html

Calculating the Difference Between Two Datetime Stamps

http://www.xmission.com/~goodhill/dates/deltaDates.html

Get difference in days

http://javaalmanac.com/egs/java.util/CompDates.html

Thanks

Gaurav