Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Time Format


ardentfrost
Member

@ardentfrost

Here’s how I do it in my private messages plugin

strftime("%m/%d/%y at %r",strtotime($timevar)+($bb->gmt_offset * 60 * 60))

Where $timevar is the time that I passed to the function.

Skip to toolbar