makaiguy
Member
I have a need to show as a string a date XX days in the future, formatted as MONTHNAME date, year.
I'm currently doing so via:
Is there any way to do this more easily using XF's own internal date/time capabilities?
I'm currently doing so via:
- Placing an HTML id'ed div which contains a default string into the template .
- Calling a short javascript to calculate the future date, format it as desired and replace the default string in the template via
JavaScript:document.getElementById("div_id").innerHTML = new_date_string
Is there any way to do this more easily using XF's own internal date/time capabilities?
Last edited: