Spaces in PHP Date Format

Hey Guys,


I've run into an issue when using the %event_start_datetime_% keyword. I imagine this applies to other keywords as well.



I want to add spaces, but this breaks the keyword. An example:

%event_start_datetime_D-jS-M-Y% - this works

%event_start_datetime_D jS M Y% - this breaks



Any help would be appreciated!



Cheers.

[quote]
I want to add spaces, but this breaks the keyword. An example:

[/quote]



Hi James,



The way I have done it in the past is to use multiple individual keywords with spaces between, such as:


    %event_start_datetime_D% %event_start_datetime_jS% %event_start_datetime_M% %event_start_datetime_Y% 


Casey.