Yeah the gig.date is 2009-12-17 and the code works fine on vb3 but in vb4 it displays with the numbers at the start rather than the Day.
Something very odd happening.
--------------- Added 18 Dec 2009 at 10:54 ---------------
ok jsut realised that when you save the widget the
Code:
SELECT date_format(gig.date, '%a %D %b %Y')
gets changed to with out the spaces between % u0025 and a
Code:
SELECT date_format(gig.date, '% u0025 a %D %b %Y')
anyway to stop that or is it a bug?