[LS] calcul du nombre de jours entre deux dates
- Code : Tout sélectionner
dim nj as integer
...
...
nj=Cint(Cdbl(doc.AB_DateFin(0)) - Cdbl(doc.AB_DateDebut(0)))
Forums Lotus Domino/Notes en Français
http://forum.dominoarea.org/
dim nj as integer
...
...
nj=Cint(Cdbl(doc.AB_DateFin(0)) - Cdbl(doc.AB_DateDebut(0)))