Just getting started with PHP. In the following code, there is a function to post the time.
Code:
<!-- BEGIN event_list -->{event_list.TITLE} ({L_ON} {event_list.DATE} {L_AT} {event_list.TIME})<!-- IF not event_list.S_LAST_ROW -->, <!-- ENDIF --><!-- END event_list -->
This is for a calendar script (a mod for a forum). I have my forums set to regular time (ex: 1:23 PM) and it shows up this way everywhere, except where this code is (it shows as military time ex: 21:23). Is there a way I can hard code this to show regular time as in the rest of my forum? The only part I care about changing is {event_list.TIME}
I've been struggling over this for quite some time with no luck. I appreciate any suggestions.
|