hi- in our db, the date is formated as : dd/mm/yyyy
the query is :
set news = cn.Execute("select * from news where content_language = 'French' and news_section = 'News' and active = 'Yes' order by post_date desc")
however, the output for something like christmas day is: 12/25/2008
i need it european (as the table is formated): 25/12/2008
what's happening there?
the query is :
set news = cn.Execute("select * from news where content_language = 'French' and news_section = 'News' and active = 'Yes' order by post_date desc")
however, the output for something like christmas day is: 12/25/2008
i need it european (as the table is formated): 25/12/2008
what's happening there?