Here is a formula that will get you what you have illustrated above. It allows for spanning of months. 30/4/02 to 2/3/02 will result in a string field of "30 1 2 "
stringvar dates;numbervar loops;stringvar hold;
for loops:= 0 to datediff("d",{start day},{end day})
do(
dates:=hold & totext(day({start day}+loops),0,""&" ";
hold:=dates);
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.