I'm interested in using a very custom date format in Drupal. Ideally I'd like to have the date be run through an entirely different function, because the standard date format for date() won't work here. I would also like this to be site-wide.
is this possible? I'm not really sure where to look.
First just want to say so far I'm pretty darn amazed with Drupal. I have a few how-to/can I questions:
1) I have the taxonomy context module installed and its working great, one thing I want to do is from a term page (e.g http://drupal.mysite.com/?q=taxonomy/term/24) have an add content button that will autopopulated the category of the content, is this possible? If so how?
I am using it to create Blogs from a few different mailing lists. Some of these lists send mail in HTML format. I am currently trying to figure out the best way to incorporate the mail in my site. I don't care if I import just the plain text or the HTML portion. i just don't want it to break my page layout.
What would you suggest I use? A combination of filters? What would be a best practice?