What would be the accepted convention for displaying a date range in a friendly URL?
For example, in a time tracking application. Instead of using the database's primary key for a specific pay period in the URL, I would like to use something more easily distinguishable to the user.
http://www.mytimesheet.com/11-1-2009-11-14-2009
http://www.mytimesheet.com/period-beginning-11-1-2009
Neither of those seem to cut it, but maybe I'm just being overly critical.