Quote:
Originally Posted by Evercraft
If you mean changing it from say (mm-dd-yyyy) to (dd-mm-yyyy), this is done in your AdminCP under locale options (i think). There is an option to enter the format for Date and Time. The plugin uses whatever the settings are set for your forum. So it should be in the same format as your last posts, the time at the bottom and everything else on your forum.
|
that's the thing, I have a customized way of displaying the dates of calendar events that is different from the default vbulletin setting for the board... could you just add another setting in the "event forums" that would let us define our own %datetime variable?
so instead of pulling it from vbulletin->options['dateformat'] (from Date and Time settings), you could pull it from another variable defined in this plugin's settings...
i am aware that for calendar display (calendar.php file) it requires a certain format, but just for the thread titles displayed it would be great if we could customize that setting... in my case, I need it to be something along the lines of "[m.d] M. d" date format...
how's that?