• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: article submition and date

article submition and date 11 years 11 months ago #17637

  • kababneh
  • kababneh's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi,
first I'm sorry for my poor language
i was create a form to submit in article i was set the section, category and everything is ok, but when i submit a new article i found its date is very old.

please can help

thanks
The administrator has disabled public write access.

Re: article submition and date 11 years 10 months ago #17824

Hello,

You can try to use a hidden date field and insert the value in the datebase.
With the following code you get the date of today.
Put it in your default value field.
//<code>
return date('d-m-o');
//</code>
Regards
Wilco Alsemgeest

Please note: my help is not official customer support. To receive your support, submit a ticket by clicking www.rsjoomla.com/my-support-tickets.html
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!