Is there a MySource Matrix Tag displaying date or year i can use?
example. <mysource_print var="server_date"/>
Thanks for help in advance.
[quote]Is there a MySource Matrix Tag displaying date or year i can use?
example. <mysource_print var="server_date"/>
Thanks for help in advance.[/quote]
<MySource_AREA id_name="date_time_area" design_area="datetime">
<MySource_SET name="datetime" value="now" />
</MySource>
The various options are documented in the Design Manual.
[quote]<MySource_AREA id_name="date_time_area" design_area="datetime">
<MySource_SET name="datetime" value="now" />
</MySource>
The various options are documented in the Design Manual.[/quote]
Fantastic
Thank You!