Hi Lynne, and thank you.
More information:
My old forum also uses the php 'date' function, but it has a .php file that defines how the date (and other variables) are actually displayed on the page. The forum uses php date to pull "Nov" and then I changed the file to display it as "NOV" on the page. Essentially, I could write in the file and tell it how to display any of the months from what it got with php date. If I wanted it to display "Nov" as "The Eleventh Month of the Year" then I could write that in and it would.
What I'm looking for is if a similar language definition exists within the vB4 build?
Something like:
1 = January
2 = February
...
that can be changed to
1 = JAN
2 = FEB
Hope this makes sense!
Thanks again,
James
|