Hello I would like to compare a date to the current date i.e. the date of le computer which is consulting my zope made page how can I catch this date ? thank you in advance for answer Katell
Do you mean the date on the computer browsing it (no chance of finding that) or the date on the server. If its the date on the server try <dtml-var ZopeTime>. -- Andy McKay. ----- Original Message ----- From: "HENRY Katell" <Katell.HENRY@enst-bretagne.fr> To: <zope@zope.org> Sent: Wednesday, February 28, 2001 11:26 AM Subject: [Zope] computer's date
Hello
I would like to compare a date to the current date i.e. the date of le computer which is consulting my zope made page
how can I catch this date ?
thank you in advance for answer
Katell
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Wed, 28 Feb 2001, Andy McKay wrote:
Do you mean the date on the computer browsing it (no chance of finding that)
Sure you can, with JavaScript... javascript can discover the time and then help write the page/form such that it gets submitted to the server with the next request... But that's off topic, I suppose, since it has zero to do with zope. jim
participants (3)
-
Andy McKay -
HENRY Katell -
Jim Hebert