Monday 01 March 2004 10:34:51 am
After
{let xxx_list=fetch (...)
and {section var=xxx loop=$xxx_list} to access each xxx date attribute content just do {$xxx.item.object.data_map.<xxx_date_atribute_name>.data_int|datetime('custom', '%Y.%m.%d')}
generically for any int content attribute use: $xxx.item.object.data_map.<xxx_int_atribute_name>.data_int
generically for any int content attribute use: $xxx.item.object.data_map.<xxx_text_atribute_name>.data_text This did work for me (until now). Note: I'm an ezPublish starter aprendice sorry if i missed something.
|