Closed (fixed)
Project:
Classified Ads
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Issue tags:
Reporter:
Created:
2 Jul 2015 at 21:30 UTC
Updated:
20 Jul 2015 at 18:24 UTC
Jump to comment: Most recent
Comments
Comment #1
fgmHello. Could you be more specific in what you are looking for ? Which date format do you want to change ? On which pages ? Date formatting is normally a core feature, not one handled by the module.
Comment #2
Snehal Brahmbhatt commentedYou can change date format by adding following line in your
settings.phpfile.$conf['classified-date-format'] = 'your format of choice';Let me know if you face any query/concern regarding this.
Thanks,
Snehal Brahmbhatt | AddWeb Solution
https://www.drupal.org/user/3147795/track
Comment #3
fgm@snehal.brahmbhatt indeed. More specifically, this variable, which you can also be set by any other means like Strongarm/Features or at
devel/variable, controls a subset of date formats on your site. This is described in the Advanced Help on your site, athttp://(yoursite)/help/classified/views.This fomat is used for:
I this answers your question, please set the status to "Fixed" (not Closed).
Comment #4
thronedigital commentedHi sorry.
Do you mean theme-settings.php? Also my date is like 20/07/2015, but i would like it to be 07/20/2015.
Thank you
Comment #5
thronedigital commentedNM was able to figure it out. FYI for future normal PHP date formats where not working correctly for me, but was able to make them work with %m/%d/%Y.
Thank you
Comment #6
thronedigital commented