[Doc] AddDate
Publié : ven. 07/avr./2006 9:01
Petite modif qui m'a fait perdre 18 sec car je me suis trompé !
dans l'aide actuel :
Debug FormatDate("%yyyy/%mm/%dd", AddDate(Date(), 0, 2))
Je propose :
Debug FormatDate("%yyyy/%mm/%dd", AddDate(Date(), #PB_Date_Year, 2))
Voila c'est tout
dans l'aide actuel :
Debug FormatDate("%yyyy/%mm/%dd", AddDate(Date(), 0, 2))
Je propose :
Debug FormatDate("%yyyy/%mm/%dd", AddDate(Date(), #PB_Date_Year, 2))
Voila c'est tout
