[Zope-DB] DMTL and DateTime or... mxDateTime

David Wilbur wildboar@cybermesa.com
Thu, 08 May 2003 09:58:37 -0600


Hi,

i was wondering of if someone could give me an example of manipulating 
dates in dmtl... like for example with the folloing snipit:

<dtml-in getTask>
<dtml-var task>,  <dtml-var start_date> <br>
</dtml-in>

all that is meaningful is the date, in fact just the year in this case.  
but, by default, with postgres and psycopy, i am getting the date and 
the time.  i tried, form the DateTime definitions get it to change the 
date to just year... but in several of the permutations that i have 
tried it actually seem to send  zope off to nana land (ie: non responsive).

so... i was hoping that i could be given enough of an example to know 
how to get back the year, and also how one would sperate out a date and 
time.  so that i could move on...  also, since i have mxDateTime 
installed, and there is a lot of indications that it is "better".  if i 
use that instead, is the answer effectivly the same or does it have a 
different syntax.  

thanks,
dave