Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone, i want to format a date within a list box. Currently it is set as DD-MMM-YYYY which is dispayed as 16-Jun-2010. I would like it to display the DAY first
e.g. WED 16-Jun-2010
Can anyone help please?
Date(yourDateFieldName, 'WWW DD-MMM-YYYY')
Date(yourDateFieldName, 'WWW DD-MMM-YYYY')
Thanks very much Sparur, that worked great.