Hello!.
I need to calculate in a field, number of days between two dates.
In my database I have 3 fields:
- Date of Request
- DeliveryDate
- Number of Days
I basically what I need is:
- In Number of Days, calculate the difference between the application time and the delivery time.
- That if the date of application and delivery of the same, that is not left with value “0”, there should say “1”.
I was reading, even in the forum that can be done with the macro macro sc_date_dif, but failed to do so.
I leave the link http://www.scriptcase.net/forum/foru...s-entre- dates
Thanks!