|
hi
Im creating an html report to show
monthly records for the next_12_months
i take a couple of queries, which are
bringing back records for a given month, starting with the current
month
sMonthName := FormatDateTime('mmmm', Date); //the name of the
month for display purposes (thanks again
ross)
iThisMonth := MonthOf(Date); //the number of the month for the querie's "extract(month from xx)" statement I fire one query, display the data, fire
the other, display the data, then i need to loop round and do it all again for
the next month.
so,.. i can easily increment the int
month value, what im having trouble with is the string
is there a function which will take an
int value and convert into a month
name? OR
is there some smooth way to add exactly
one month to Date() or Now()?
OR
am i going to have to do something
tricky?
|
- Re: [DUG]: increment month name? Tracey Maule
- Re: [DUG]: increment month name? Jeremy North
- Re: [DUG]: increment month name? Tracey Maule
- RE: [DUG]: increment month name? James Low
- Re: [DUG]: increment month name? Tracey Maule
- RE: [DUG]: increment month name? Allan, Samuel
- RE: [DUG]: increment month name? James Low
