- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ07-24-2012
08:05 AM
System Date
How to save current system date automatically into Database, when an article is added?
<CMS_INPUT_DATE name="BEZEICHNER" useLanguages="YES" preset=โcreatedโ>
<LANGINFOS>
<LANGINFO lang="*" label="TEXT" description="TEXT"/>
<LANGINFO lang="DE" label="TEXT" description="TEXT" format="FORMAT"/>
<LANGINFO lang="EN" label="TEXT" description="TEXT" format="FORMAT"/>
</LANGINFOS>
</CMS_INPUT_DATE>
System Date is saved into DB, thats great;
But when ever user edits the article date shoud be overwrite with the current system date, how to achieve this?
Regards,
Leela Prabhakar Desu
Labels
- Labels:
-
Developers
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ07-24-2012
08:14 AM
You can use preset="modified" which is the date of the last change.

