Pierre
would you consider (if it's possible) allowing editing of ItemCreated date?
I'm increasing using it to sort items and sometimes would like to be able to bump an item up or down the list
or maybe I should try and think of another way of sorting - maybe I could create a 'fake' ItemCreated field based on the original that could be modified . .
Comments
FROM ¯qItemCreated LEFT JOIN ¯qDate ON ¯qItemCreated.ItemID = ¯qDate.ItemID;
</source>