Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

date function


NancyL7

Recommended Posts

Posted

Hi,

 

I'm trying to get a heading to read:

 

 

Specials for <current_month>

 

like Specials for October

 

 

I made a variable:

define('BOX_HEADING_SPECIALS_LIMITED_TIME', 'Specials for %s');

 

I think I put the heading in as:

sprintf(BOX_HEADING_SPECIALS_LIMITED_TIME, <something>);

 

 

Does anyone know what the function would be to return the current month (spelled out)?

 

Thanks!

Nancy

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...