Search found 3 matches

by mr_mayo
Fri Feb 15, 2008 3:39 am
Forum: Joomla! Coding 101
Topic: Date stamp and its formating
Replies: 2
Views: 274

Re: Date stamp and its formating

so on a hunch i went over to the wordpress page and typed in date format, low and behold i found this: http://codex.wordpress.org/User:DavePar/Plugin_API/the_date code as follows... add_filter('the_date', array('foo_bar', 'the_date_filter'), 10, 4); class foo_bar { function the_date_filter($content,...
by mr_mayo
Thu Feb 14, 2008 4:52 pm
Forum: Joomla! Coding 101
Topic: Date stamp and its formating
Replies: 2
Views: 274

Re: Date stamp and its formating

so my question, i guess, is would i have to adjust this with the JDate definition or in the createdate variable. I'm completely in way over my head, but I'm having fun trying to pull it all apart and seeing what will work, just nothing has up to this point. and i want a little more control over the ...
by mr_mayo
Wed Feb 13, 2008 7:40 pm
Forum: Joomla! Coding 101
Topic: Date stamp and its formating
Replies: 2
Views: 274

Date stamp and its formating

Hi kids, quick question and it may have an easy answer, i'm just getting started with joomla. is there a way to break apart the date stamp of an article so that i could give it individual css characteristics. For example <div class="bold">january</div> 28, <div class="color">2008...