in reply to Re: Re: Sorting Data by Date (boo)
in thread Sorting Data by Date

You're confusing printf, which prints, with sprintf, which doesn't print, but returns a string. Same arguments, different side-effects and return values.