Sunday 21 March 2004 1:19:46 am
I have a custom class
it has a date field named day I need to fecth from the data base according to that day IN other words i am in need to compare tha value of the date field from the database to today's date
HOW to get the value of the date field?
i knwo how to print it out using "{attribute_view_gui attribute=$node.object.data_map.day}" but that doesn't work when i need to compare it with any value Can you please help ?
|