Quote:
Originally Posted by dunhill
Hello people.
I have a library with a column with a loan date. Could you help me with a regular expression that calculates the date to be repaid from the date of the loan?
While i keep doing tests
|
I don't think you mean "regular expression". Those look for patterns in strings and don't do calculation.
What calculation do you want to do? Is it something like ("loan date" + 10 days)?