Quote:
Originally Posted by PinFX
I'm publishing threads from the vB3 database directly to the front-page of my site, and I'd like to have it display the time of posting. I am aware that I need to use the vbdate() function to format it, but how do I access this function from a non-vb page?
Thanks in advance,
- Pin, beginner VB modder
|
if you've included the global
PHP Code:
$query['dateline'] = vbdate($vboptions['dateformat'], $query['dateline']);