I have a column in a view that can be sorted ascending/descending based on most recent to least recent.I’m using the @created script to create this. The problem is it sorts based on the month date and doesn’t recognize that 2/21/05 should go before 9/21/04 etc. How can I fix this?
Subject: @created problem in sorted column for view
Be sure to change the type of data in the column properties, fourth tab.
Subject: RE: @created problem in sorted column for view
great, thx