Thats true too... the only problem as you said with that is its an id so has to be unique and that limits you. But yes it is a lot more readable and flexible. -- Andy McKay. ----- Original Message ----- From: "Junk" <junk@gargl.net> To: "Andy McKay" <andym@ActiveState.com>; <zope@zope.org> Sent: Friday, March 30, 2001 10:18 AM Subject: RE: [Zope] Getting a date into an object title - DISREGARD
BTW I normally set the id equal to the time in secs... which gives a horrible url but has *loads* of other advantages.
you can also use the iso time standard (yyyymmdd) ex. 20010330 for today if you have 1 news a day for example. but unix time is cool too... (the good thing with iso time is that you can access it fairly easily (from javascript for example), it's human readable (time is too, but you have to be *very* in math))
$ven