• 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: Changing date format

Changing date format 11 years 1 month ago #26966

  • gavin3
  • gavin3's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Hi there

I have been using this page as reference:

www.rsjoomla.com/support/documentation/v...the-date-format.html

Please can you let me know what my calendar field ID would be...is it my name/caption?

Also...I have looked on uk3.php.net/manual/en/function.date.php and would like this format:

F j Y so it would be March 10, 2001

This is my code which doesn't seem to work when placed in PHP SCRIPTS $POST section.

if(isset($processform)){
    $date = explode('/',$processform);
    $processform = date('F.j.Y',strtotime($date[2].'-'.$date[0].'-'.$date[1]));
}

Any help would be great thanks
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!